From: Alessio Igor Bogani Date: Tue, 2 Feb 2010 15:18:28 +0000 (+0100) Subject: USB: ftdi_sio: Replace BKL with a mutex X-Git-Tag: v2.6.34-rc1~215^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd09a9f5318d0a088605911325d6e6e8530bdc9a;p=pandora-kernel.git USB: ftdi_sio: Replace BKL with a mutex As Alan Cox have pinpointed the driver still required protection against parallels calls to the config ioctl(). If lock is still necessary the use of BKL is abused here. So replace BKL with a more convenient mutex. Signed-off-by: Alessio Igor Bogani Cc: Greg Kroah-Hartman Cc: Johan Hovold Cc: Alan Cox Cc: Daniel Mack Cc: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed