diff options
author | Robert Reif <reif@earthlink.net> | 2008-04-28 02:18:57 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-28 02:18:57 +0400 |
commit | 194f1a68b93e959ede6ec363db4714e630bdbb6a (patch) | |
tree | 325692a0a0fef3b8394cde8bfb852468e5b051e5 /drivers/video/tcx.c | |
parent | f36861d550e6f1a1a7a851b88938f52bdaed7682 (diff) | |
download | linux-194f1a68b93e959ede6ec363db4714e630bdbb6a.tar.xz |
sparc: video drivers: add facility level
Add KERN_ facility level to sparc video drivers.
Signed-off-by: Robert Reif <reif@earthlink.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/video/tcx.c')
-rw-r--r-- | drivers/video/tcx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tcx.c b/drivers/video/tcx.c index 7dc33bfe2cb2..a71774305772 100644 --- a/drivers/video/tcx.c +++ b/drivers/video/tcx.c @@ -470,7 +470,7 @@ static int __devinit tcx_init_one(struct of_device *op) dev_set_drvdata(&op->dev, info); - printk("%s: TCX at %lx:%lx, %s\n", + printk(KERN_INFO "%s: TCX at %lx:%lx, %s\n", dp->full_name, par->which_io, par->physbase, |