]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/vt6656/main_usb.c
staging: Remove unnecessary semicolons when if (foo) {...};
[mv-sheeva.git] / drivers / staging / vt6656 / main_usb.c
index af14ab01ed7bcdeeacd2f34df02be0885a194fd2..9a8eaf135a0d044704fd292cd0e77cb749c5c2b8 100644 (file)
@@ -709,7 +709,7 @@ static BOOL device_release_WPADEV(PSDevice pDevice)
                if(ii>20)
                  break;
               }
-           };
+           }
     return TRUE;
 }
 
@@ -995,7 +995,7 @@ static BOOL device_init_defrag_cb(PSDevice pDevice) {
             DBG_PRT(MSG_LEVEL_ERR,KERN_ERR "%s: can not alloc frag bufs\n",
                 pDevice->dev->name);
             goto free_frag;
-        };
+        }
     }
     pDevice->cbDFCB = CB_MAX_RX_FRAG;
     pDevice->cbFreeDFCB = pDevice->cbDFCB;