From: Chris Boot Date: Tue, 11 Dec 2012 21:58:47 +0000 (+0000) Subject: sbp-target: use simple assignment in tgt_agent_rw_agent_state() X-Git-Tag: v3.8-rc1~94^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37419d674ca99739dbee5ada28b50aacc29c94e1;p=pandora-kernel.git sbp-target: use simple assignment in tgt_agent_rw_agent_state() There is no need to memcpy() a 32-bit integer. The data pointer is guaranteed to be quadlet aligned by the FireWire stack so we can replace the memcpy() with an assignment. Thanks to Stefan Richter. Signed-off-by: Chris Boot Cc: Stefan Richter Cc: Andy Grover Cc: Clemens Ladisch Cc: Nicholas A. Bellinger Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed