From: Lee Jones Date: Sat, 3 Nov 2012 22:02:30 +0000 (+0100) Subject: bridge: Avoid 'statement with no effect' compiler warnings X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~445 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cb2bbbea0857c5c76db4cae85343553a882c0de;p=pandora-kernel.git bridge: Avoid 'statement with no effect' compiler warnings Instead of issuing (0) statements when !CONFIG_SYSFS which will cause 'warning: ', we'll use inline statements instead. This will effectively do the same thing, but suppress any unnecessary warnings. Cc: Stephen Hemminger Cc: bridge@lists.linux-foundation.org Cc: netdev@vger.kernel.org Signed-off-by: Lee Jones Signed-off-by: David S. Miller --- Reading git-diff-tree failed