From c720dadab70daf9005c85b084a3f7e983f0fb0cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guido=20Mart=C3=ADnez?= Date: Wed, 2 Apr 2014 14:53:01 -0300 Subject: [PATCH] staging: vt6655: fix DBG_PRT and PRINT_K macros MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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-format-patch failed