diff options
Diffstat (limited to 'drivers/target/target_core_tpg.c')
| -rw-r--r-- | drivers/target/target_core_tpg.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/target/target_core_tpg.c b/drivers/target/target_core_tpg.c index b7668029bb3..06336ecd872 100644 --- a/drivers/target/target_core_tpg.c +++ b/drivers/target/target_core_tpg.c @@ -807,8 +807,7 @@ static void core_tpg_shutdown_lun(  struct se_lun *core_tpg_pre_dellun(  	struct se_portal_group *tpg, -	u32 unpacked_lun, -	int *ret) +	u32 unpacked_lun)  {  	struct se_lun *lun;  |