net/bnx2x: remove redundant parenthesis
[dpdk.git] / drivers / net / bnx2x / bnx2x.c
index 9394f6c..1b36cab 100644 (file)
@@ -8137,7 +8137,7 @@ static int bnx2x_get_igu_cam_info(struct bnx2x_softc *sc)
                        continue;
                }
                fid = IGU_FID(val);
-               if ((fid & IGU_FID_ENCODE_IS_PF)) {
+               if (fid & IGU_FID_ENCODE_IS_PF) {
                        if ((fid & IGU_FID_PF_NUM_MASK) != pfid) {
                                continue;
                        }