diff options
Diffstat (limited to 'drivers/target/target_core_device.c')
-rw-r--r-- | drivers/target/target_core_device.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/target/target_core_device.c b/drivers/target/target_core_device.c index b0572f480c04..36fa75da085c 100644 --- a/drivers/target/target_core_device.c +++ b/drivers/target/target_core_device.c | |||
@@ -652,7 +652,9 @@ int target_report_luns(struct se_task *se_task) | |||
652 | unsigned char *buf; | 652 | unsigned char *buf; |
653 | u32 cdb_offset = 0, lun_count = 0, offset = 8, i; | 653 | u32 cdb_offset = 0, lun_count = 0, offset = 8, i; |
654 | 654 | ||
655 | buf = (unsigned char *) transport_kmap_data_sg(se_cmd); | 655 | buf = transport_kmap_data_sg(se_cmd); |
656 | if (!buf) | ||
657 | return -ENOMEM; | ||
656 | 658 | ||
657 | /* | 659 | /* |
658 | * If no struct se_session pointer is present, this struct se_cmd is | 660 | * If no struct se_session pointer is present, this struct se_cmd is |