提交 0b9c0844 编写于 作者: C Christoph Hellwig

scsi_dh_hp_sw: fix return value on failed allocation

Signed-off-by: NChristoph Hellwig <hch@lst.de>
Reviewed-by: NMike Christie <michaelc@cs.wisc.edu>
Reviewed-by: NHannes Reinecke <hare@suse.de>
上级 7985090a
...@@ -364,7 +364,7 @@ static int hp_sw_bus_attach(struct scsi_device *sdev) ...@@ -364,7 +364,7 @@ static int hp_sw_bus_attach(struct scsi_device *sdev)
if (!scsi_dh_data) { if (!scsi_dh_data) {
sdev_printk(KERN_ERR, sdev, "%s: Attach Failed\n", sdev_printk(KERN_ERR, sdev, "%s: Attach Failed\n",
HP_SW_NAME); HP_SW_NAME);
return 0; return -ENOMEM;
} }
scsi_dh_data->scsi_dh = &hp_sw_dh; scsi_dh_data->scsi_dh = &hp_sw_dh;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册