Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux...
[cascardo/linux.git] / drivers / staging / vt6655 / bssdb.c
index d7efd01..59679cd 100644 (file)
@@ -497,9 +497,8 @@ BSSbInsertToBSSList(
                }
        }
 
-       if (bParsingQuiet && (pQuiet != NULL)) {
+       if (bParsingQuiet && (pQuiet != NULL))
                CARDbStartQuiet(pMgmt->pAdapter);
-       }
 
        pBSSList->uIELength = uIELength;
        if (pBSSList->uIELength > WLAN_BEACON_FR_MAXLEN)
@@ -662,9 +661,8 @@ BSSbUpdateToBSSList(
                }
        }
 
-       if (bParsingQuiet && (pQuiet != NULL)) {
+       if (bParsingQuiet && (pQuiet != NULL))
                CARDbStartQuiet(pMgmt->pAdapter);
-       }
 
        pBSSList->uIELength = uIELength;
        if (pBSSList->uIELength > WLAN_BEACON_FR_MAXLEN)