staging: rtl8192su: fix compile error from wireless-testing commit
[deliverable/linux.git] / drivers / net / hp100.c
index dd866513806274be18d79419e0d367fa07a26c8d..90f890e7c5e113b7c817b3fb61e02eccc704885d 100644 (file)
@@ -993,8 +993,8 @@ static void hp100_mmuinit(struct net_device *dev)
        if (lp->mode == 1) {    /* only needed for Busmaster */
                int xmit_stop, recv_stop;
 
-               if ((lp->chip == HP100_CHIPID_RAINIER)
-                   || (lp->chip == HP100_CHIPID_SHASTA)) {
+               if ((lp->chip == HP100_CHIPID_RAINIER) ||
+                   (lp->chip == HP100_CHIPID_SHASTA)) {
                        int pdl_stop;
 
                        /*
This page took 0.024327 seconds and 5 git commands to generate.