Commit 28ff9cc6 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB: fix compiler warning in mdc800 driver

parent 38f20276
......@@ -979,7 +979,7 @@ static struct usb_driver mdc800_usb_driver =
static int __init usb_mdc800_init (void)
{
int retval;
int retval = -ENODEV;
/* Allocate Memory */
try (mdc800=kmalloc (sizeof (struct mdc800_data), GFP_KERNEL));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment