From: Arnd Bergmann Date: Wed, 2 Mar 2011 20:15:15 +0000 (-0300) Subject: [media] staging/cx25721: serialize access to devlist X-Git-Tag: v2.6.39-rc1~86^2~194 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cd301f19a91b3e1fb4130dcd9106777003ed4ed;p=pandora-kernel.git [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 Signed-off-by: Palash Bandyopadhyay Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed