git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba9dc65
)
[PATCH] USB: make registering a usb driver automatically set the module owner
author
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 21 Nov 2005 22:53:03 +0000
(14:53 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 4 Jan 2006 21:48:32 +0000
(13:48 -0800)
This fixes the driver that forgot to set the module owner up. Now we
can remove the unneeded pointer from the usb driver structure. The idea
for how to do this was from Al Viro, who did this for the PCI drivers.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found