diff options
Diffstat (limited to 'drivers/sbus/char/display7seg.c')
-rw-r--r-- | drivers/sbus/char/display7seg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sbus/char/display7seg.c b/drivers/sbus/char/display7seg.c index 2550af4ae432..4431578d8c45 100644 --- a/drivers/sbus/char/display7seg.c +++ b/drivers/sbus/char/display7seg.c | |||
@@ -214,7 +214,7 @@ static int __devinit d7s_probe(struct of_device *op, | |||
214 | 214 | ||
215 | writeb(regs, p->regs); | 215 | writeb(regs, p->regs); |
216 | 216 | ||
217 | printk(KERN_INFO PFX "7-Segment Display%s at [%s:0x%lx] %s\n", | 217 | printk(KERN_INFO PFX "7-Segment Display%s at [%s:0x%llx] %s\n", |
218 | op->node->full_name, | 218 | op->node->full_name, |
219 | (regs & D7S_FLIP) ? " (FLIPPED)" : "", | 219 | (regs & D7S_FLIP) ? " (FLIPPED)" : "", |
220 | op->resource[0].start, | 220 | op->resource[0].start, |