https://github.com/torvalds/linux
Revision bcfcc450baaaa44afc1d3c51ef96a53338ff0eb2 authored by Ben Hutchings on 02 July 2010, 07:08:44 UTC, committed by David S. Miller on 06 July 2010, 03:08:05 UTC
netif_vdbg() was originally defined as entirely equivalent to
netdev_vdbg(), but I assume that it was intended to take the same
parameters as netif_dbg() etc.  (Currently it is only used by the
sfc driver, in which I worked on that assumption.)

In commit a4ed89c I changed the definition used when VERBOSE_DEBUG is
not defined, but I failed to notice that the definition used when
VERBOSE_DEBUG is defined was also not as I expected.  Change that to
match netif_dbg() as well.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 3390712
History
Tip revision: bcfcc450baaaa44afc1d3c51ef96a53338ff0eb2 authored by Ben Hutchings on 02 July 2010, 07:08:44 UTC
net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is defined
Tip revision: bcfcc45
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 930 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 169.6 KB
Makefile -rw-r--r-- 51.9 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top