aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/leo.c
diff options
context:
space:
mode:
authorRobert Reif <reif@earthlink.net>2008-04-27 15:18:57 -0700
committerDavid S. Miller <davem@davemloft.net>2008-04-27 15:18:57 -0700
commit194f1a68b93e959ede6ec363db4714e630bdbb6a (patch)
tree325692a0a0fef3b8394cde8bfb852468e5b051e5 /drivers/video/leo.c
parentsparc: tcx.c make tcx_init and tcx_exit static (diff)
downloadlinux-dev-194f1a68b93e959ede6ec363db4714e630bdbb6a.tar.xz
linux-dev-194f1a68b93e959ede6ec363db4714e630bdbb6a.zip
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/leo.c')
-rw-r--r--drivers/video/leo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/leo.c b/drivers/video/leo.c
index 45b9a5d55dec..f3160fc29795 100644
--- a/drivers/video/leo.c
+++ b/drivers/video/leo.c
@@ -614,7 +614,7 @@ static int __devinit leo_probe(struct of_device *op, const struct of_device_id *
dev_set_drvdata(&op->dev, info);
- printk("%s: leo at %lx:%lx\n",
+ printk(KERN_INFO "%s: leo at %lx:%lx\n",
dp->full_name,
par->which_io, par->physbase);