lkml.org 
[lkml]   [2011]   [Aug]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH V2 07/20] dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_info
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


\
 
 \ /
  Last update: 2011-08-04 11:29    [W:0.111 / U:0.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site