Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08243ba7 authored by Alexander Beregalov's avatar Alexander Beregalov Committed by Bartlomiej Zolnierkiewicz
Browse files

ide-cd: fix printk format warning



Signed-off-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
Cc: Borislav Petkov <petkovbb@googlemail.com>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent a8269e54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1268,7 +1268,7 @@ static ide_startstop_t ide_cd_do_request(ide_drive_t *drive, struct request *rq,
	int xferlen;

	ide_debug_log(IDE_DBG_RQ, "Call %s, rq->cmd_type: 0x%x, block: %llu\n",
		      __func__, rq->cmd_type, (u64)block);
		      __func__, rq->cmd_type, (unsigned long long)block);

	if (blk_fs_request(rq)) {
		if (drive->atapi_flags & IDE_AFLAG_SEEKING) {