diff options
| -rw-r--r-- | drivers/scsi/ps3rom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/ps3rom.c b/drivers/scsi/ps3rom.c index ef23fabe3924..619caf1acc9c 100644 --- a/drivers/scsi/ps3rom.c +++ b/drivers/scsi/ps3rom.c | |||
| @@ -387,6 +387,7 @@ static int ps3rom_probe(struct ps3_system_bus_device *_dev) | |||
| 387 | if (!host) { | 387 | if (!host) { |
| 388 | dev_err(&dev->sbd.core, "%s:%u: scsi_host_alloc failed\n", | 388 | dev_err(&dev->sbd.core, "%s:%u: scsi_host_alloc failed\n", |
| 389 | __func__, __LINE__); | 389 | __func__, __LINE__); |
| 390 | error = -ENOMEM; | ||
| 390 | goto fail_teardown; | 391 | goto fail_teardown; |
| 391 | } | 392 | } |
| 392 | 393 | ||
