From: Andreas Schwab Date: Tue, 6 Jun 2006 04:21:57 +0000 (-0700) Subject: [CONNECTOR]: Fix warning in cn_queue.c X-Git-Tag: v2.6.18-rc1~1111^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cec6f7f39c3db7d9f6091bf2f8fc8d520f372719;p=pandora-kernel.git [CONNECTOR]: Fix warning in cn_queue.c cn_queue.c:130: warning: value computed is not used There is no point in testing the atomic value if the result is thrown away. From Evgeniy: It was created to put implicit smp barrier, but it is not needed there. Signed-off-by: Andreas Schwab Signed-off-by: Evgeniy Polyakov Signed-off-by: David S. Miller --- Reading git-diff-tree failed