]> Git Repo - linux.git/commit
USB-BKL: Remove BKL use in uhci-debug
authorAndi Kleen <[email protected]>
Tue, 1 Jun 2010 21:04:43 +0000 (23:04 +0200)
committerGreg Kroah-Hartman <[email protected]>
Tue, 10 Aug 2010 21:35:36 +0000 (14:35 -0700)
commit00b81fb23a4937a24cb010f41ac173a786eb4c55
treec6f15d0b85f3bc57be138877c56522aafbe9c768
parent0daeed381c6a33fdbdc3b0e9f09d96f0a2a8a195
USB-BKL: Remove BKL use in uhci-debug

BKL was not really needed, just came from earlier push downs.

The only part that's a bit dodgy is the lseek function. Would
need another lock or atomic access to fpos on 32bit?
Better to have a libfs lseek

Signed-off-by: Andi Kleen <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Alan Stern <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/host/uhci-debug.c
This page took 0.054192 seconds and 4 git commands to generate.