Commit 4d69c668 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: fix build error in the cyberjack driver

Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent e45fb1e4
......@@ -111,6 +111,7 @@ struct cyberjack_private {
static int cyberjack_startup (struct usb_serial *serial)
{
struct cyberjack_private *priv;
int i;
dbg("%s", __FUNCTION__);
......
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