[PATCH V2 07/20] dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_info
viresh kumar
viresh.kumar at st.com
Thu Aug 4 05:25:46 EDT 2011
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.
--
viresh
More information about the linux-arm-kernel
mailing list