staging: r8188eu: core: remove duplicate condition check
authorSaurav Girepunje <saurav.girepunje@gmail.com>
Sun, 3 Oct 2021 12:15:27 +0000 (17:45 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Oct 2021 10:34:10 +0000 (12:34 +0200)
commitf284edfed84c4cff9d0cd9c33c0ca41f61831477
tree6f962e80fe35a5cee9869a5bd3fd7f7b537ed259
parent5a71c252c5e29235687c5e0efe773ac99c15b8e7
staging: r8188eu: core: remove duplicate condition check

Remove the same expression (!memcmp(pIE->data, BROADCOM_OUI2, 3))
on both the side of "||" .

Signed-off-by: Saurav Girepunje <saurav.girepunje@gmail.com>
Link: https://lore.kernel.org/r/YVme3xtnCHN/hOjS@user
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_wlan_util.c