trivial: remove unnecessary semicolons
[safe/jmp/linux-2.6] / drivers / uwb / i1480 / i1480u-wlp / netdev.c
index 7305553..b236e69 100644 (file)
@@ -214,7 +214,7 @@ int i1480u_open(struct net_device *net_dev)
 
        netif_wake_queue(net_dev);
 #ifdef i1480u_FLOW_CONTROL
-       result = usb_submit_urb(i1480u->notif_urb, GFP_KERNEL);;
+       result = usb_submit_urb(i1480u->notif_urb, GFP_KERNEL);
        if (result < 0) {
                dev_err(dev, "Can't submit notification URB: %d\n", result);
                goto error_notif_urb_submit;