All of lore.kernel.org
 help / color / mirror / Atom feed
* PATCH: virtual_printk.patch
@ 2005-06-23 19:47 Jon Smirl
  2005-06-23 20:36 ` James Simmons
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Smirl @ 2005-06-23 19:47 UTC (permalink / raw)
  To: fbdev, Andrew Morton

Patch to remove unneeded fbsysfs printk.

--
Jon Smirl
jonsmirl@gmail.com

#Remove unneeded fbsysfs printk
#Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
diff --git a/drivers/video/fbsysfs.c b/drivers/video/fbsysfs.c
--- a/drivers/video/fbsysfs.c
+++ b/drivers/video/fbsysfs.c
@@ -228,8 +228,6 @@ static ssize_t store_virtual(struct clas
 	if (last - buf >= count)
 		return -EINVAL;
 	var.yres_virtual = simple_strtoul(last, &last, 0);
-	printk(KERN_ERR "fb: xres %d yres %d\n", var.xres_virtual,
-	       var.yres_virtual);
 
 	if ((err = activate(fb_info, &var)))
 		return err;
 }
 
 static ssize_t store_cmap(struct class_device *class_device, const char * buf,


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id\x16492&op=click

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH: virtual_printk.patch
  2005-06-23 19:47 PATCH: virtual_printk.patch Jon Smirl
@ 2005-06-23 20:36 ` James Simmons
  0 siblings, 0 replies; 2+ messages in thread
From: James Simmons @ 2005-06-23 20:36 UTC (permalink / raw)
  To: fbdev; +Cc: Andrew Morton


Please apply.

Signed-off-by: Jon Smirl <jonsmirl@gmail.com>


On Thu, 23 Jun 2005, Jon Smirl wrote:

> Patch to remove unneeded fbsysfs printk.
> 
> --
> Jon Smirl
> jonsmirl@gmail.com
> 
> #Remove unneeded fbsysfs printk
> #Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
> diff --git a/drivers/video/fbsysfs.c b/drivers/video/fbsysfs.c
> --- a/drivers/video/fbsysfs.c
> +++ b/drivers/video/fbsysfs.c
> @@ -228,8 +228,6 @@ static ssize_t store_virtual(struct clas
>  	if (last - buf >= count)
>  		return -EINVAL;
>  	var.yres_virtual = simple_strtoul(last, &last, 0);
> -	printk(KERN_ERR "fb: xres %d yres %d\n"


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-23 20:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-23 19:47 PATCH: virtual_printk.patch Jon Smirl
2005-06-23 20:36 ` James Simmons

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.