]> git.baikalelectronics.ru Git - kernel.git/commit
PNP: stop using the subsystem rwsem
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 9 Apr 2007 15:52:31 +0000 (11:52 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 27 Apr 2007 17:57:30 +0000 (10:57 -0700)
commitf3284b6cbc2dff260198a2044fe949bc1da6e0c3
tree37bc6ad7c2e06eefad94041ce20f71600ecd2b94
parentfb6727c992edf4769e68db83015fb5bc9cd558bf
PNP: stop using the subsystem rwsem

The rwsem is not used to protect anything, so the use of it by the PNP
subsystem isn't really useful, and it's doubtful if it really did anything or
not.  So I've removed it.

Cc: Adam Belay <ambx1@neo.rr.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pnp/card.c