diff options
author | 2010-07-02 07:08:44 +0000 | |
---|---|---|
committer | 2010-07-05 20:08:05 -0700 | |
commit | bcfcc450baaaa44afc1d3c51ef96a53338ff0eb2 (patch) | |
tree | 123a988524aec67145c9b6becfdd6d5993525e87 /kernel/sysctl.c | |
parent | net/ne: fix memory leak in ne_drv_probe() (diff) | |
download | linux-dev-bcfcc450baaaa44afc1d3c51ef96a53338ff0eb2.tar.xz linux-dev-bcfcc450baaaa44afc1d3c51ef96a53338ff0eb2.zip |
net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is defined
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>
Diffstat (limited to 'kernel/sysctl.c')
0 files changed, 0 insertions, 0 deletions