bnxt_en: Read VPD info only for PFs
authorVasundhara Volam <vasundhara-v.volam@broadcom.com>
Tue, 23 Jun 2020 23:01:38 +0000 (19:01 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jun 2020 03:13:58 +0000 (20:13 -0700)
commitc55e28a8b43fcd7dc71868bd165705bc7741a7ca
treec7ea122c4257ba027bc75804d81cd4a50c8488c1
parentc2dec363feb41544a76c8083aca2378990e17166
bnxt_en: Read VPD info only for PFs

Virtual functions does not have VPD information. This patch modifies
calling bnxt_read_vpd_info() only for PFs and avoids an unnecessary
error log.

Fixes: a0d0fd70fed5 ("bnxt_en: Read partno and serialno of the board from VPD")
Signed-off-by: Vasundhara Volam <vasundhara-v.volam@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt.c