From 1352b4b07fae399ae5741a9b6f155420e76a2b00 Mon Sep 17 00:00:00 2001 From: "J.R. Mauro" Date: Thu, 13 Nov 2008 19:11:22 -0500 Subject: Staging: et131x: fix build failure Fix build failure in et131x driver - missing \ in multiline macro Signed-off by: J.R. Mauro Signed-off-by: Greg Kroah-Hartman --- drivers/staging/et131x/et131x_debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/staging/et131x') diff --git a/drivers/staging/et131x/et131x_debug.h b/drivers/staging/et131x/et131x_debug.h index 4275638c0cc..994108eca66 100644 --- a/drivers/staging/et131x/et131x_debug.h +++ b/drivers/staging/et131x/et131x_debug.h @@ -206,10 +206,10 @@ #define DBG_ASSERT(C) \ do { \ if (!(C)) { \ - DBG_PRINT("ASSERT(%s) -- %s#%d (%s) ", \ + DBG_PRINT("ASSERT(%s) -- %s#%d (%s) ", \ #C, __FILE__, __LINE__, __func__); \ DBG_TRAP; \ - } + } \ } while (0) #define STATIC -- cgit v1.2.3