Hello Yuval Mintz, The patch e261199872a2: "bnx2x: Safe bnx2x_panic_dump()" from Aug 17, 2014, leads to the following static checker warning: drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:987 bnx2x_panic_dump() warn: this array is probably non-NULL. 'fp->txdata_ptr' drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 983 984 /* Tx */ 985 for_each_cos_in_tx_queue(fp, cos) 986 { 987 if (!fp->txdata_ptr) ^^^^^^^^^^^^^^ Maybe, "if (fp->txdata_ptr[cos])" was intended? 988 break; 989 990 txdata = *fp->txdata_ptr[cos]; 991 992 if (!txdata.tx_cons_sb) 993 continue; 994 regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html