From: Antonio Quartulli Date: Mon, 27 Aug 2012 07:35:54 +0000 (+0200) Subject: batman-adv: properly convert flag into a boolean value X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~536^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f9ff08d26b2f6ecea7900a9c9543c627cd95e56;p=pandora-kernel.git batman-adv: properly convert flag into a boolean value In order to properly convert a bitwise AND to a boolean value, the whole expression must be prepended by "!!". Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed