lkml.org 
[lkml]   [2014]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH 5/5] usb: gadget: net2280: Use pr_* function
Hello Joe


OK, then I will use dev_vdbg. Thanks!



On Mon, May 19, 2014 at 9:42 PM, Joe Perches <joe@perches.com> wrote:
> On Mon, 2014-05-19 at 21:33 +0200, Ricardo Ribalda Delgado wrote:
>> I think dev_vdg cannot be controlled with DYNAMIC_DEBUG, therefore I
>> replaced it with dev_dbg.
>>
>> But if you prefer to use dev_dbg, I will modify it to use dev_dbg
>
> s/VDEBUG/dev_vdbg/
>
> dev_vdbg can be controlled by DYNAMIC_DEBUG.
>
> dev_vdbg is dev_dbg when VERBOSE_DEBUG is set.
>
> include/linux/device.h-#ifdef VERBOSE_DEBUG
> include/linux/device.h:#define dev_vdbg dev_dbg
> include/linux/device.h-#else
> include/linux/device.h:#define dev_vdbg(dev, format, arg...) \
> include/linux/device.h-({ \
> include/linux/device.h- if (0) \
> include/linux/device.h- dev_printk(KERN_DEBUG, dev, format, ##arg); \
> include/linux/device.h- 0; \
> include/linux/device.h-})
>
>



--
Ricardo Ribalda


\
 
 \ /
  Last update: 2014-05-20 16:41    [W:0.190 / U:0.884 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site