diff --git a/[refs] b/[refs] index 0695090330dc..3945b9fe05ee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bb9eacccf63bd3ab5474c47abe4212f6f3b9d24f +refs/heads/master: 1352b4b07fae399ae5741a9b6f155420e76a2b00 diff --git a/trunk/drivers/staging/et131x/et131x_debug.h b/trunk/drivers/staging/et131x/et131x_debug.h index 4275638c0cc8..994108eca663 100644 --- a/trunk/drivers/staging/et131x/et131x_debug.h +++ b/trunk/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