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:
7ada60e
)
firewire: fw-sbp2: correctly dereference by container_of
author
Jay Fenlason
<fenlason@redhat.com>
Wed, 27 Jun 2007 20:04:33 +0000
(16:04 -0400)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Mon, 9 Jul 2007 22:07:46 +0000
(
00:07
+0200)
Replace a cast with a container_of(). As long as nobody reorders the
structure elements, they do the same thing, but container_of() is more
readable.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> (added complete_command_orb)
Acked-by: Kristian Høgsberg <krh@redhat.com>
No differences found