Commit d39f11cd authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB: whiteheat: fix some gcc 3.2 warning messages

parent 52dc29e6
...@@ -514,9 +514,11 @@ static int whiteheat_attach (struct usb_serial *serial) ...@@ -514,9 +514,11 @@ static int whiteheat_attach (struct usb_serial *serial)
no_rx_buf: no_rx_buf:
usb_free_urb(urb); usb_free_urb(urb);
no_rx_urb: no_rx_urb:
;
} }
kfree(info); kfree(info);
no_private: no_private:
;
} }
return -ENOMEM; return -ENOMEM;
} }
......
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