Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 068bdce4 authored by Nithin Nayak Sujir's avatar Nithin Nayak Sujir Committed by James Bottomley
Browse files

[SCSI] bnx2fc: Do not use HBA_DBG macro when lport is not available



Use MISC_DBG instead.

Signed-off-by: default avatarNithin Nayak Sujir <nsujir@broadcom.com>
Signed-off-by: default avatarBhanu Prakash Gollapudi <bprakash@broadcom.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent 35dd71ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1130,7 +1130,7 @@ static void bnx2fc_interface_release(struct kref *kref)
	struct net_device *phys_dev;

	hba = container_of(kref, struct bnx2fc_hba, kref);
	BNX2FC_HBA_DBG(hba->ctlr.lp, "Interface is being released\n");
	BNX2FC_MISC_DBG("Interface is being released\n");

	netdev = hba->netdev;
	phys_dev = hba->phys_dev;