From 03b6508cfbf49becd497f53c30712af5d3a42bc0 Mon Sep 17 00:00:00 2001 From: "J.R. Mauro" Date: Thu, 13 Nov 2008 19:11:22 -0500 Subject: [PATCH] --- yaml --- r: 126651 b: refs/heads/master c: 1352b4b07fae399ae5741a9b6f155420e76a2b00 h: refs/heads/master i: 126649: 378d413abe74af5df857d8091c81c4815eb2d461 126647: 99062651acd51d3295d7bb485e632ef724ad105a v: v3 --- [refs] | 2 +- trunk/drivers/staging/et131x/et131x_debug.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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