commit | 6f061487f7d31427d7e8f420f366e5537ae16f43 | [log] [tgz] |
---|---|---|
author | Jay Fenlason <fenlason@redhat.com> | Wed Jun 27 16:04:33 2007 -0400 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Tue Jul 10 00:07:46 2007 +0200 |
tree | bba76e89a1ef9585f8105f61d2b72251b518701c | |
parent | 7ada60e367640fa8a4a349d9b105f235f346238b [diff] |
firewire: fw-sbp2: correctly dereference by container_of 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>