diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2017-11-10 10:59:17 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2017-11-11 05:56:25 +0300 |
commit | 8dc7a31fbce5e2dbbacd83d910da37105181b054 (patch) | |
tree | ae73fd31036c499a49d05a7f55275aef48000384 /arch | |
parent | f906a6a0f42684715b552ccff9282b22cfe2b5a2 (diff) | |
download | linux-8dc7a31fbce5e2dbbacd83d910da37105181b054.tar.xz |
ide: ide-atapi: fix compile error with defining macro DEBUG
Compile ide-atapi failed with defining macro "DEBUG"
...
|drivers/ide/ide-atapi.c:285:52: error: 'struct request' has
no member named 'cmd'; did you mean 'csd'?
| debug_log("%s: rq->cmd[0]: 0x%x\n", __func__, rq->cmd[0]);
...
Since we split the scsi_request out of struct request, it missed
do the same thing on debug_log
Fixes: 82ed4db499b8 ("block: split scsi_request out of struct request")
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions