From: Jesper Juhl Date: Sun, 15 Jan 2012 18:33:30 +0000 (+0100) Subject: iscsi-target: Fix up a few assignments X-Git-Tag: v3.3-rc3~2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8904dc5008ef92f0f62391d6557f03f921eeb32;p=pandora-kernel.git iscsi-target: Fix up a few assignments A statement such as struct iscsi_node_attrib *na = na = iscsit_tpg_get_node_attrib(sess); has undefined behaviour since there are two assignments to 'na', strictly speaking (the order in which side-effects from the assignments take place is undefined since there's no intervening sequence point), and it looks unintentional in any case. Signed-off-by: Jesper Juhl Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed