Re: [PATCH 3/8] Staging: xgifb: remove DPRINTK() macro and replaceit with pr_debug.

From: Dan Carpenter
Date: Mon Jun 18 2012 - 11:00:20 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/