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:
6beaddf
)
i2c: pxa: remove incorrect __exit annotations
author
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Tue, 19 Feb 2013 22:50:10 +0000
(22:50 +0000)
committer
Wolfram Sang
<wolfram@the-dreams.de>
Thu, 21 Feb 2013 23:25:40 +0000
(
00:25
+0100)
The remove() methods should not be marked __exit unless we are using
platform_driver_probe() which disables unbinding device from driver
via sysfs.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>
No differences found