commit | 0cd301f19a91b3e1fb4130dcd9106777003ed4ed | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Mar 02 17:15:15 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Mar 21 20:32:41 2011 -0300 |
tree | 5c6f30efc843196c15618a78f68cf22049caf8d5 | |
parent | dc46b8c8e3d7e6c7c7ddb78fc2137a5462e98679 [diff] |
[media] staging/cx25721: serialize access to devlist Out of the three files accessing the device list, one uses a mutex, one uses the BKL and one does not have any locking. That is of course pointless, so let's make all of them use the same mutex, and get rid of one more BKL user. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Palash Bandyopadhyay <palash.bandyopadhyay@conexant.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>