From: Jay Fenlason Date: Wed, 27 Jun 2007 20:04:33 +0000 (-0400) Subject: firewire: fw-sbp2: correctly dereference by container_of X-Git-Tag: v2.6.23-rc1~1199^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f061487f7d31427d7e8f420f366e5537ae16f43;p=pandora-kernel.git 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 (added complete_command_orb) Acked-by: Kristian Høgsberg --- Reading git-diff-tree failed