Hongxu Jia 8dc7a31fbc 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>
2017-11-10 19:56:25 -07:00
..
2016-07-26 15:25:30 -07:00
2015-04-17 15:32:07 -04:00
2013-11-14 18:21:25 -05:00
2017-02-27 18:43:47 -08:00
2017-08-18 08:36:58 -06:00
2016-06-27 12:26:08 -07:00
2015-03-27 11:59:22 -04:00
2016-01-18 14:12:33 -05:00
2016-01-18 14:12:33 -05:00
2017-11-02 08:26:55 -06:00
2015-04-14 13:07:17 -04:00
2013-01-03 15:57:03 -08:00
2016-01-18 14:12:33 -05:00