diff options
| -rw-r--r-- | drivers/target/target_core_configfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/target/target_core_configfs.c b/drivers/target/target_core_configfs.c index 015f5be27bf6..c123327499a3 100644 --- a/drivers/target/target_core_configfs.c +++ b/drivers/target/target_core_configfs.c | |||
| @@ -3206,7 +3206,8 @@ static int __init target_core_init_configfs(void) | |||
| 3206 | if (ret < 0) | 3206 | if (ret < 0) |
| 3207 | goto out; | 3207 | goto out; |
| 3208 | 3208 | ||
| 3209 | if (core_dev_setup_virtual_lun0() < 0) | 3209 | ret = core_dev_setup_virtual_lun0(); |
| 3210 | if (ret < 0) | ||
| 3210 | goto out; | 3211 | goto out; |
| 3211 | 3212 | ||
| 3212 | return 0; | 3213 | return 0; |
