From: Randy Dunlap <[email protected]>
Fix debug-only printk syntax error.
Signed-off-by: Randy Dunlap <[email protected]>
---
drivers/ide/ide-floppy.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- linux-2617-rc6.orig/drivers/ide/ide-floppy.c
+++ linux-2617-rc6/drivers/ide/ide-floppy.c
@@ -1288,7 +1288,7 @@ static ide_startstop_t idefloppy_do_requ
debug_log(KERN_INFO "rq_status: %d, dev: %s, flags: %lx, errors: %d\n",
rq->rq_status,
- rq->rq_disk ? rq->rq_disk->disk_name ? "?",
+ rq->rq_disk ? rq->rq_disk->disk_name : "?",
rq->flags, rq->errors);
debug_log(KERN_INFO "sector: %ld, nr_sectors: %ld, "
"current_nr_sectors: %d\n", (long)rq->sector,
---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]