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:
e1c489b
)
[PATCH] I2C: Make i2c_add_driver automatically set the proper module owner
author
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 6 Dec 2005 23:33:15 +0000
(15:33 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 6 Jan 2006 06:16:24 +0000
(22:16 -0800)
This prevents i2c drivers from messing up and forgetting to set the
module owner of their driver. It also reduces the size of their drivers
by one line :)
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Cc: Jean Delvare <khali@linux-fr.org>
No differences found