]> git.baikalelectronics.ru Git - kernel.git/commit
USB: gadget: ci13xx_udc: remove unused err() macro
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 May 2012 22:39:11 +0000 (15:39 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 May 2012 22:39:11 +0000 (15:39 -0700)
commit441168a3876fc653035433ab8787afd860b8a5e2
treec7432cddaffe22d258d4486e4b96a06107d84d48
parent031860b29321132b9d63610d8be52e2fed197f37
USB: gadget: ci13xx_udc: remove unused err() macro

I previously cleaned up the err() call usage in this driver, but it
really was calling this macro instead.  To remove future confusion, just
delete this unused macro now.

Ideally, the warn() and info() macros should also be removed, and the
"real" dev_warn() and dev_info() calls should be used instead.

Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/ci13xxx_udc.h