From: Guido Martínez Date: Wed, 2 Apr 2014 17:53:01 +0000 (-0300) Subject: staging: vt6655: fix DBG_PRT and PRINT_K macros X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1374 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c720dadab70daf9005c85b084a3f7e983f0fb0cb;p=pandora-kernel.git staging: vt6655: fix DBG_PRT and PRINT_K macros Wrap both macros inside a 'do { ... } while(0)' to prevent breakage if used within another 'if'. Also fix a usage of DBG_PRT with a missing semicolon. Signed-off-by: Guido Martínez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed