commit | cec6f7f39c3db7d9f6091bf2f8fc8d520f372719 | [log] [tgz] |
---|---|---|
author | Andreas Schwab <schwab@suse.de> | Mon Jun 05 21:21:57 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Jun 17 21:29:43 2006 -0700 |
tree | 08142a001fa9b010056202293697c7b5aea6bae8 | |
parent | f86502bfc177f69bbabbedb78ebf710579ae0e54 [diff] |
[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 <schwab@suse.de> Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: David S. Miller <davem@davemloft.net>