diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
commit | f969d69ba9f952e5bdd38278e25e26a3e4a61a70 (patch) | |
tree | b3530d803df59d726afaabebc6626987dee1ca05 /drivers/video/clgenfb.c | |
parent | a10ce7ef2066b455d69187643ddf2073bfc4db24 (diff) |
Merge with 2.3.27.
Diffstat (limited to 'drivers/video/clgenfb.c')
-rw-r--r-- | drivers/video/clgenfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/clgenfb.c b/drivers/video/clgenfb.c index 23e0f64dc..48e27945b 100644 --- a/drivers/video/clgenfb.c +++ b/drivers/video/clgenfb.c @@ -2476,7 +2476,7 @@ static void __init get_of_addrs (const struct device_node *dp, for (i = 0; i < dp->n_addrs; ++i) { unsigned long addr = dp->addrs[i].address; unsigned long size = dp->addrs[i].size; - printk ("dp->addrs[%d].address = $lx, dp->addrs[%d].size = %lx\n", + printk ("dp->addrs[%d].address = %lx, dp->addrs[%d].size = %lx\n", i, addr, i, size); if (size >= 0x800000) { *display = addr; |