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:
315d8f5
)
hwspinlock/core: simplify 'owner' handling
author
Ohad Ben-Cohen
<ohad@wizery.com>
Mon, 5 Sep 2011 13:42:36 +0000
(16:42 +0300)
committer
Ohad Ben-Cohen
<ohad@wizery.com>
Wed, 21 Sep 2011 16:45:32 +0000
(19:45 +0300)
Use struct device_driver's owner member instead of asking drivers to
explicitly pass the owner again.
This simplifies drivers and also save some memory, since there's no
point now in maintaining a separate owner pointer per hwspinlock.
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
No differences found