aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/loopback
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/target/loopback')
-rw-r--r--drivers/target/loopback/tcm_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/loopback/tcm_loop.c b/drivers/target/loopback/tcm_loop.c
index f0e701d27bd..5b870c316b9 100644
--- a/drivers/target/loopback/tcm_loop.c
+++ b/drivers/target/loopback/tcm_loop.c
@@ -366,7 +366,7 @@ static int tcm_loop_device_reset(struct scsi_cmnd *sc)
366 * Allocate the LUN_RESET TMR 366 * Allocate the LUN_RESET TMR
367 */ 367 */
368 se_cmd->se_tmr_req = core_tmr_alloc_req(se_cmd, tl_tmr, 368 se_cmd->se_tmr_req = core_tmr_alloc_req(se_cmd, tl_tmr,
369 TMR_LUN_RESET); 369 TMR_LUN_RESET, GFP_KERNEL);
370 if (IS_ERR(se_cmd->se_tmr_req)) 370 if (IS_ERR(se_cmd->se_tmr_req))
371 goto release; 371 goto release;
372 /* 372 /*