kernel/drivers/ide/ide-eh.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 2 3 #include <linux/kernel.h> 3 4 #include <linux/export.h> .. .. @@ -125,7 +126,7 @@ 125 126 /* retry only "normal" I/O: */ 126 127 if (blk_rq_is_passthrough(rq)) { 127 128 if (ata_taskfile_request(rq)) { 128 - struct ide_cmd *cmd = rq->special;129 + struct ide_cmd *cmd = ide_req(rq)->special;129 130 130 131 if (cmd) 131 132 ide_complete_cmd(drive, cmd, stat, err);