Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 194f1a68 authored by Robert Reif's avatar Robert Reif Committed by David S. Miller
Browse files

sparc: video drivers: add facility level



Add KERN_ facility level to sparc video drivers.

Signed-off-by: default avatarRobert Reif <reif@earthlink.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f36861d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -339,7 +339,7 @@ static int __devinit bw2_probe(struct of_device *op, const struct of_device_id *

	dev_set_drvdata(&op->dev, info);

	printk("%s: bwtwo at %lx:%lx\n",
	printk(KERN_INFO "%s: bwtwo at %lx:%lx\n",
	       dp->full_name, par->which_io, par->physbase);

	return 0;
+1 −1
Original line number Diff line number Diff line
@@ -556,7 +556,7 @@ static int __devinit cg14_probe(struct of_device *op, const struct of_device_id

	dev_set_drvdata(&op->dev, info);

	printk("%s: cgfourteen at %lx:%lx, %dMB\n",
	printk(KERN_INFO "%s: cgfourteen at %lx:%lx, %dMB\n",
	       dp->full_name,
	       par->iospace, par->physbase,
	       par->ramsize >> 20);
+1 −1
Original line number Diff line number Diff line
@@ -419,7 +419,7 @@ static int __devinit cg3_probe(struct of_device *op,

	dev_set_drvdata(&op->dev, info);

	printk("%s: cg3 at %lx:%lx\n",
	printk(KERN_INFO "%s: cg3 at %lx:%lx\n",
	       dp->full_name, par->which_io, par->physbase);

	return 0;
+1 −1
Original line number Diff line number Diff line
@@ -781,7 +781,7 @@ static int __devinit cg6_probe(struct of_device *op,

	dev_set_drvdata(&op->dev, info);

	printk("%s: CGsix [%s] at %lx:%lx\n",
	printk(KERN_INFO "%s: CGsix [%s] at %lx:%lx\n",
	       dp->full_name, info->fix.id,
	       par->which_io, par->physbase);

+1 −1
Original line number Diff line number Diff line
@@ -1000,7 +1000,7 @@ static int __devinit ffb_probe(struct of_device *op,

	dev_set_drvdata(&op->dev, info);

	printk("%s: %s at %016lx, type %d, "
	printk(KERN_INFO "%s: %s at %016lx, type %d, "
	       "DAC pnum[%x] rev[%d] manuf_rev[%d]\n",
	       dp->full_name,
	       ((par->flags & FFB_FLAG_AFB) ? "AFB" : "FFB"),
Loading