commit | 0053ea9c34a41865ec89ffbf3d3033f9a503bccc | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed May 30 07:43:34 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed May 30 16:34:27 2012 -0400 |
tree | 61782bc13e30d1e78d401f4d7ccd6ce1d02261cd | |
parent | a0f68763e1c7dd57fa2dae3c07bc50651e2eac29 [diff] |
netdevice: Update netif_dbg for CONFIG_DYNAMIC_DEBUG Make netif_dbg use dynamic debugging whenever CONFIG_DYNAMIC_DEBUG is enabled. commit b558c96ffa53 ("dynamic_debug: make dynamic-debug supersede DEBUG ccflag") missed updating the netif_dbg variant. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>