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

Commit f55a24f2 authored by Jayamohan Kallickal's avatar Jayamohan Kallickal Committed by James Bottomley
Browse files

[SCSI] be2iscsi: correcting the return



This patch fixes an issue where return was not called properly.
Thanks to Mike Christie for spotting this

Signed-off-by: default avatarJayamohan Kallickal <jayamohank@serverengines.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent 5dc1c416
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3873,7 +3873,7 @@ static int __init beiscsi_module_init(void)
		SE_DEBUG(DBG_LVL_1,
			 "beiscsi_module_init - Unable to  register beiscsi"
			 "transport.\n");
		ret = -ENOMEM;
		return -ENOMEM;
	}
	SE_DEBUG(DBG_LVL_8, "In beiscsi_module_init, tt=%p \n",
		 &beiscsi_iscsi_transport);