lkml.org 
[lkml]   [2012]   [Jun]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 3/8] Staging: xgifb: remove DPRINTK() macro and replace it with pr_debug.
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


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2012-06-18 17:41    [W:0.067 / U:2.248 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site