firewire: fw-sbp2: correctly dereference by container_of
authorJay Fenlason <fenlason@redhat.com>
Wed, 27 Jun 2007 20:04:33 +0000 (16:04 -0400)
committerStefan 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