[VLAN]: Clean up debugging and printks
authorPatrick McHardy <kaber@trash.net>
Mon, 21 Jan 2008 08:24:30 +0000 (00:24 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:08:28 +0000 (15:08 -0800)
commit40f98e1af4c6082f7f98391540a2a1ade030480a
tree3e1c0ea34e63ad65adcf8a75ae583e21cd14ace9
parenta5250a36954c6658e28cc2e7e07e314e0c79e8bb
[VLAN]: Clean up debugging and printks

- use pr_* functions and common prefix for non-device related messages

- remove VLAN_ printk levels

- kill lots of useless debugging statements

- remove a few unnecessary printks like for double VID registration (already
  returns -EEXIST) and kill of a number of unnecessary checks in
  vlan_proc_{add,rem}_dev() that are already performed by the caller

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan.c
net/8021q/vlan.h
net/8021q/vlan_dev.c
net/8021q/vlanproc.c