From: Antonio Quartulli Date: Tue, 15 Jan 2013 12:17:19 +0000 (+1000) Subject: batman-adv: don't use !! in bool conversion X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~449^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1d07431b9f7fe3c5eb372f3a35d7cd7a18c3b15;p=pandora-kernel.git batman-adv: don't use !! in bool conversion In C standard any expression different from 0 will be converted to 'true' when casting to bool (whatever is the length of the value). Therefore all the "!!" conversions can be removed. Signed-off-by: Antonio Quartulli Signed-off-by: Marek Lindner --- Reading git-diff-tree failed