|
@@ -978,9 +978,10 @@ static ide_startstop_t idetape_do_request(ide_drive_t *drive,
|
|
|
struct request *postponed_rq = tape->postponed_rq;
|
|
|
u8 stat;
|
|
|
|
|
|
- debug_log(DBG_SENSE, "sector: %ld, nr_sectors: %ld,"
|
|
|
- " current_nr_sectors: %d\n",
|
|
|
- rq->sector, rq->nr_sectors, rq->current_nr_sectors);
|
|
|
+ debug_log(DBG_SENSE, "sector: %llu, nr_sectors: %lu,"
|
|
|
+ " current_nr_sectors: %u\n",
|
|
|
+ (unsigned long long)rq->sector, rq->nr_sectors,
|
|
|
+ rq->current_nr_sectors);
|
|
|
|
|
|
if (!blk_special_request(rq)) {
|
|
|
/* We do not support buffer cache originated requests. */
|