diff --git a/drivers/staging/et131x/et131x_debug.h b/drivers/staging/et131x/et131x_debug.h index 4275638c0cc8..994108eca663 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