drivers/net: Remove unnecessary semicolons
[deliverable/linux.git] / drivers / net / wireless / b43legacy / main.c
index 1ab8861dd43a19c9ce2c05f9bc6365c890eaa404..60107b8e4c93688919ff21c2dcf9a5cfce0fb41a 100644 (file)
@@ -2974,7 +2974,7 @@ static int b43legacy_phy_versioning(struct b43legacy_wldev *dev)
                break;
        default:
                unsupported = 1;
-       };
+       }
        if (unsupported) {
                b43legacyerr(dev->wl, "FOUND UNSUPPORTED PHY "
                       "(Analog %u, Type %u, Revision %u)\n",
This page took 0.02577 seconds and 5 git commands to generate.