[PATCH] powerpc: Quiet VETH version printk
authorOlof Johansson <olof@lixom.net>
Wed, 12 Apr 2006 20:22:29 +0000 (15:22 -0500)
committerPaul Mackerras <paulus@samba.org>
Sat, 22 Apr 2006 08:45:10 +0000 (18:45 +1000)
commitf98baffb82710803005c19897f1a55af91da5685
tree31c894ce8bfbf1438e05c1bced3fbf527ac7bc55
parentf430c02b13f00146106fedcace810e61b4493d8c
[PATCH] powerpc: Quiet VETH version printk

ibmveth_printk() is only used to print the driver version when the module
initializes, which means on all machines as long as it's compiled in.

If it's really only needed for debugging, boot with loglevel=8, or get
it from dmesg instead.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/net/ibmveth.c