This small series contains 2 fixes. The first one fixes the PTP initialization logic on older chips to avoid logging a warning. The second one fixes a potenial NULL pointer dereference in the driver's aux bus unload path. Kalesh AP (1): bnxt_en: Fix a possible NULL pointer dereference in unload path Michael Chan (1): bnxt_en: Do not initialize PTP on older P3/P4 chips drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +- drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) -- 2.18.1