isp1760-hcd: don't confuse parsers on kmem_cache_create
authorMichael Grzeschik <m.grzeschik@pengutronix.de>
Thu, 5 Apr 2012 12:56:08 +0000 (14:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Apr 2012 20:50:44 +0000 (13:50 -0700)
commit94011ec24ca1d1d5674651d6f30368f4138dbdd6
treea8528c2c09334357d9bbfd9442ee70cbbbcb139e
parent310e9e334f60ca8282990a9c56678a4f58bce81f
isp1760-hcd: don't confuse parsers on kmem_cache_create

If DEBUG is defined, the kmem_cache_create call a
WARN_ON if the name of the cache uses a space.

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/isp1760-hcd.c