commit | 2b08c8d0468866f86da97f836c6ac14338cb81a9 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Wed Nov 23 15:43:50 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Nov 23 23:03:06 2005 -0800 |
tree | eca60a3b6811a825cd3642a666aa523a18fe484b | |
parent | 133747e8d1e912863edfb3869e36b97b9939d4fc [diff] |
[PATCH] Small fixes to driver core This patch (as603) makes a few small fixes to the driver core: Change spin_lock_irq for a klist lock to spin_lock; Fix reference count leaks; Minor spelling and formatting changes. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Acked-by Patrick Mochel <mochel@digitalimplant.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>