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:
c6f8773
)
Kobject: Replace list_for_each() with list_for_each_entry().
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Thu, 27 Mar 2008 05:13:34 +0000
(
01:13
-0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sun, 20 Apr 2008 02:10:27 +0000
(19:10 -0700)
Use the more concise list_for_each_entry(), which allows for the
deletion of the to_kobj() routine at the same time.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found