[PATCH V2 07/20] dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_info
From: Koul, Vinod <hidden>
Date: 2011-08-04 09:37:50
Also in:
lkml
From: Koul, Vinod <hidden>
Date: 2011-08-04 09:37:50
Also in:
lkml
On Thu, 2011-08-04 at 14:55 +0530, viresh kumar wrote:
On 08/04/2011 01:58 PM, Koul, Vinod wrote:quoted
quoted
quoted
+ 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