From: Oliver Neukum Date: Thu, 14 Jan 2010 15:10:38 +0000 (+0100) Subject: USB: BKL removal: rio500 X-Git-Tag: v2.6.34-rc1~215^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=511e2d0218d04f544065eb277ad475bf14881efe;p=pandora-kernel.git USB: BKL removal: rio500 This driver had used BKL to guard against disconnect but was incorrectly converted leaving an SMP race. BKL was added to disconnect() to fix this race BKL was removed from ioctl() as the mutex is sufficient on its own. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed