From: Bart Van Assche Date: Wed, 13 May 2015 07:19:02 +0000 (+0200) Subject: target: Add missing parentheses X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~2^2~34^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c2faeaa0ecc67098106771cba8b7ed1e99a1b5f;p=pandora-kernel.git target: Add missing parentheses Code like " &= ~CMD_T_BUSY | ..." only clears CMD_T_BUSY but not the other flag. Modify these statements such that both flags are cleared. (Fix fuzz for target_write_prot_action code in mainline - nab) Signed-off-by: Bart Van Assche Reviewed-by: Christoph Hellwig Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed