mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2 v2] staging: xgifb: Removes unnecesary log
@ 2010-09-08  4:05 Javier Martinez Canillas
  0 siblings, 0 replies; only message in thread
From: Javier Martinez Canillas @ 2010-09-08  4:05 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Bill Pemberton, Arnaud Patard, Randy Dunlap,
	devel, linux-kernel

This patch fixes a compile warning removing an unnecessary log message. 
I redo the patch against today linux-next.

Thanks a lot

Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com>
---
 drivers/staging/xgifb/XGI_main_26.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/drivers/staging/xgifb/XGI_main_26.c b/drivers/staging/xgifb/XGI_main_26.c
index bd863a0..dbce3d0 100644
--- a/drivers/staging/xgifb/XGI_main_26.c
+++ b/drivers/staging/xgifb/XGI_main_26.c
@@ -3419,13 +3419,6 @@ static int __devinit xgifb_probe(struct pci_dev *pdev,
 
 		XGIfb_registered = 1;
 
-		printk(KERN_INFO "XGIfb: Installed XGIFB_GET_INFO ioctl (%lx)\n",
-				XGIFB_GET_INFO);
-
-		/*		printk(KERN_INFO "XGIfb: 2D acceleration is %s, scrolling mode %s\n",
-		 XGIfb_accel ? "enabled" : "disabled",
-		 XGIfb_ypan  ? "ypan" : "redraw");
-		 */
 		printk(KERN_INFO "fb%d: %s frame buffer device, Version %d.%d.%02d\n",
 				fb_info->node, myid, VER_MAJOR, VER_MINOR, VER_LEVEL);
 
-- 
1.7.0.4




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-08  4:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-08  4:05 [PATCH 1/2 v2] staging: xgifb: Removes unnecesary log Javier Martinez Canillas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome