[PATCH 3/3 v2] staging: bcm: Bcmchar.c - remove "commented-out" debug

Ceri James jamesceri at googlemail.com
Sat Oct 27 18:54:25 UTC 2012


  As pointed out by Dan Carpenter, there was a trailng "end of comment" identifier. As this comment was only for disabling a debug statement, the comment (and debug) has been removed.

Signed-off-by: Ceri James <jamesceri at googlemail.com>
---
 drivers/staging/bcm/Bcmchar.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index 703236c..c5b3e78 100644
--- a/drivers/staging/bcm/Bcmchar.c
+++ b/drivers/staging/bcm/Bcmchar.c
@@ -1315,10 +1315,6 @@ cntrlEnd:
 			return STATUS_FAILURE;
 
 		if (stNVMReadWrite.uiOffset > Adapter->uiNVMDSDSize - stNVMReadWrite.uiNumBytes) {
-			/* BCM_DEBUG_PRINT(Adapter, DBG_TYPE_PRINTK, 0, 0,
-			 * 			"Can't allow access beyond NVM Size: 0x%x 0x%x\n",
-			 * 			stNVMReadWrite.uiOffset,
-			 * 			stNVMReadWrite.uiNumBytes); */
 			return STATUS_FAILURE;
 		}
 
-- 
1.7.5.4




More information about the devel mailing list