* [PATCH] ide-cd: fix printk format warning
@ 2008-09-17 18:24 Alexander Beregalov
2008-09-18 23:08 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Beregalov @ 2008-09-17 18:24 UTC (permalink / raw)
To: bzolnier, linux-ide
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
---
drivers/ide/ide-cd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/ide/ide-cd.c b/drivers/ide/ide-cd.c
index b34c370..3cc2702 100644
--- a/drivers/ide/ide-cd.c
+++ b/drivers/ide/ide-cd.c
@@ -1266,7 +1266,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) {
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ide-cd: fix printk format warning
2008-09-17 18:24 [PATCH] ide-cd: fix printk format warning Alexander Beregalov
@ 2008-09-18 23:08 ` Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2008-09-18 23:08 UTC (permalink / raw)
To: Alexander Beregalov; +Cc: linux-ide, Borislav Petkov
On Wednesday 17 September 2008 11:24:46 Alexander Beregalov wrote:
>
> Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-18 23:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-17 18:24 [PATCH] ide-cd: fix printk format warning Alexander Beregalov
2008-09-18 23:08 ` Bartlomiej Zolnierkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).