commit | cec73844a91017f9b84ca1d665feb8fc714c8410 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Thu Dec 11 23:01:14 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Dec 30 09:40:40 2008 -0200 |
tree | 5218b3e6f1ba079d3d30478acda01a06c95d5a41 | |
parent | aa16c10a347e887ec9505de9eacf3675938be722 [diff] |
V4L/DVB (10129): dvb: remove deprecated use of RW_LOCK_UNLOCKED in frontends Impact: clean up RW_LOCK_UNLOCKED is deprecated. This patch replaces it with the __RW_LOCK_UNLOCKED(lock) macro. This change was a little trickier than others due to the macro being used in another macro that fills an array. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>