From: Joe Perches Date: Tue, 19 Mar 2013 03:55:40 +0000 (-0700) Subject: staging: vt6655: Fix macro definitions X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~518 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bda2a44e2a015535f08aecd5c98e263098db9e75;p=pandora-kernel.git staging: vt6655: Fix macro definitions Macros should be able to be used in if/else without braces. Convert macros to use do {} while (0) instead of bare braces where appropriate. Convert macros to use single line macro definitions where appropriate. Signed-off-by: Joe Perches Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed