Re: [PATCH V2 07/20] dmaengine/amba-pl08x: Changing few prints todev_dbg from dev_info

From: Koul, Vinod
Date: Thu Aug 04 2011 - 05:37:50 EST


On Thu, 2011-08-04 at 14:55 +0530, viresh kumar wrote:
> On 08/04/2011 01:58 PM, Koul, Vinod wrote:
> >> > + dev_dbg(&adev->dev,
> >> > "physical channel %d is %s\n", i,
> >> > pl08x_phy_channel_busy(ch) ? "BUSY" : "FREE");
> >> > }
> > ahh, this looks ugly, can you pls fix the print to make them look
> > better. Single line or fmt string is one line should be ok, arg can be
> > moved to second.
>
> Just to check if I understood your suggestion correctly, you want this:
>
> dev_dbg(&adev->dev, "physical channel %d is %s\n",
> i, pl08x_phy_channel_busy(ch) ? "BUSY" : "FREE");
>
> Surely that will be done.
>

Much better :)
--
~Vinod

--
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/