scsi: bnx2fc: Fix NULL dereference in error handling
commitebcdd1195ee26fbc172cde4915e9b1ae2c4bfd7e
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 1 Nov 2018 05:25:30 +0000 (1 08:25 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Jan 2019 09:05:31 +0000 (13 10:05 +0100)
treea0dfb18533002e1c612f774080d127e47cbe35a8
parent987f20645911a057ea530de68716101e5001c715
scsi: bnx2fc: Fix NULL dereference in error handling

[ Upstream commit 9ae4f8420ed7be4b13c96600e3568c144d101a23 ]

If "interface" is NULL then we can't release it and trying to will only
lead to an Oops.

Fixes: aea71a024914 ("[SCSI] bnx2fc: Introduce interface structure for each vlan interface")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/scsi/bnx2fc/bnx2fc_fcoe.c