usb: gadget: composite: switch over to ERR_CAST()
authorFelipe Balbi <balbi@ti.com>
Mon, 10 Mar 2014 18:30:56 +0000 (13:30 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Mar 2014 23:05:31 +0000 (16:05 -0700)
commitdad4babe419ef2f3e14447a650ce1f760a6ee9e0
treef540783bbb3d956d4c6681fd3140ba2796a13345
parent3b74c73f8d6f053f422e85fce955b61fb181cfe7
usb: gadget: composite: switch over to ERR_CAST()

This patch fixes the following Coccinelle warning:

drivers/usb/gadget/composite.c:1142:9-16: WARNING: \
ERR_CAST can be used with uc

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/composite.c