On Mon, Jun 18, 2012 at 01:12:01PM +0200, Miguel Gómez wrote:
>                       } else if (XGIfb_vrate[i].refresh > rate) {
>                               if ((XGIfb_vrate[i].refresh - rate) <= 3) {
> -                                     DPRINTK("XGIfb: Adjusting rate from %d 
> up to %d\n",
> -                                             rate, XGIfb_vrate[i].refresh);
> +                                     pr_debug("XGIfb: Adjusting rate from %d 
> up to %d\n",
> +                                              rate, XGIfb_vrate[i].refresh);

This file already has a pr_fmt set so if you wanted, you could just
remove the "XGIfb: ".  This was already there in the original code
so don't resend.  But if you want to send another patch which
removes them that would be grand.

regards,
dan carpenter


_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to