lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 19 May 2014 12:42:07 -0700
From:	Joe Perches <joe@...ches.com>
To:	Ricardo Ribalda Delgado <ricardo.ribalda@...il.com>
Cc:	"balbi@...com" <balbi@...com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	LKML <linux-kernel@...r.kernel.org>,
	Linux USB Mailing List <linux-usb@...r.kernel.org>,
	Amit Uttamchandani <auttamchandani@...icube.com>,
	Alan Stern <stern@...land.harvard.edu>
Subject: Re: [PATCH 5/5] usb: gadget: net2280: Use pr_* function

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-})


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ