commit | ca8dc694045e9aa248e9916e0f614deb0494cb3d | [log] [tgz] |
---|---|---|
author | Dan Carpenter <[email protected]> | Tue Jan 16 13:40:22 2018 +0300 |
committer | Martin K. Petersen <[email protected]> | Wed Jan 17 01:16:30 2018 -0500 |
tree | 4d50245137b7765289b4237ebbf2c371a7f2bb05 | |
parent | 332b4b2a6f380e07ccdd72da7f42f11f6b333784 [diff] |
scsi: storvsc: missing error code in storvsc_probe() We should set the error code if fc_remote_port_add() fails. Cc: <[email protected]> #v4.12+ Fixes: daf0cd445a21 ("scsi: storvsc: Add support for FC rport.") Signed-off-by: Dan Carpenter <[email protected]> Reviewed-by: Cathy Avery <[email protected]> Acked-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>