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@xxxxxxxxxxxxxx> --- 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 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel