From: Joe Perches <joe@perches.com>
To: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Cc: "balbi@ti.com" <balbi@ti.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
LKML <linux-kernel@vger.kernel.org>,
Linux USB Mailing List <linux-usb@vger.kernel.org>,
Amit Uttamchandani <auttamchandani@logicube.com>,
Alan Stern <stern@rowland.harvard.edu>
Subject: Re: [PATCH 5/5] usb: gadget: net2280: Use pr_* function
Date: Mon, 19 May 2014 12:42:07 -0700 [thread overview]
Message-ID: <1400528527.14238.20.camel@joe-AO725> (raw)
In-Reply-To: <CAPybu_0T3GmyTQfPuG3YofkWO_px0fYAyofz2OAab6=9PqsKLQ@mail.gmail.com>
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-})
next prev parent reply other threads:[~2014-05-19 19:42 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-19 19:11 [PATCH 0/5] usb: gadget: net2280: Code cleanout Ricardo Ribalda Delgado
2014-05-19 19:11 ` [PATCH 1/5] usb: gadget: net2280: Refactor queues_show Ricardo Ribalda Delgado
2014-05-19 19:11 ` [PATCH 2/5] usb: gadget: net2280: Use S_I macros Ricardo Ribalda Delgado
2014-05-19 19:30 ` Alan Stern
2014-05-19 19:35 ` Ricardo Ribalda Delgado
2014-05-19 20:03 ` Alan Stern
2014-05-19 19:11 ` [PATCH 3/5] usb: gadget: net2280: Pass checkpacth.pl test Ricardo Ribalda Delgado
2014-05-19 19:39 ` Alan Stern
2014-05-20 8:52 ` David Laight
2014-05-20 8:55 ` Ricardo Ribalda Delgado
2014-05-19 19:11 ` [PATCH 4/5] usb: gadget: net2280: Code Cleanup Ricardo Ribalda Delgado
2014-05-19 19:43 ` Alan Stern
2014-05-19 19:44 ` Ricardo Ribalda Delgado
2014-05-19 20:02 ` Alan Stern
2014-05-19 19:11 ` [PATCH 5/5] usb: gadget: net2280: Use pr_* function Ricardo Ribalda Delgado
2014-05-19 19:16 ` Joe Perches
2014-05-19 19:33 ` Ricardo Ribalda Delgado
2014-05-19 19:42 ` Joe Perches [this message]
2014-05-19 19:43 ` Ricardo Ribalda Delgado
2014-05-19 19:44 ` Alan Stern
2014-05-19 20:03 ` Ricardo Ribalda Delgado
2014-05-19 20:17 ` Alan Stern
2014-05-19 20:29 ` Joe Perches
2014-05-19 20:41 ` Ricardo Ribalda Delgado
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1400528527.14238.20.camel@joe-AO725 \
--to=joe@perches.com \
--cc=auttamchandani@logicube.com \
--cc=balbi@ti.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=ricardo.ribalda@gmail.com \
--cc=stern@rowland.harvard.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®