ChangeSet 1.883.3.16, 2002/12/17 22:38:44-08:00, [EMAIL PROTECTED]

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


diff -Nru a/drivers/usb/serial/whiteheat.c b/drivers/usb/serial/whiteheat.c
--- a/drivers/usb/serial/whiteheat.c    Wed Dec 18 00:34:10 2002
+++ b/drivers/usb/serial/whiteheat.c    Wed Dec 18 00:34:10 2002
@@ -514,9 +514,11 @@
 no_rx_buf:
                        usb_free_urb(urb);
 no_rx_urb:
+                       ;
                }
                kfree(info);
 no_private:
+               ;
        }
        return -ENOMEM;
 }


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to