commit | 93f4ddd64b7dca8279ad052e0d58d92b67c33907 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Aug 03 20:23:13 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 04 12:54:49 2020 -0700 |
tree | 3e16f85eaa9b91844171d9e7bd71010e990db841 | |
parent | a79da6953e2f5dcc8a4611ce8ebe809d6fe70459 [diff] |
via-velocity: Use more typical logging styles Use netdev_<level> in place of VELOCITY_PRT. Use pr_<level> in place of printk(KERN_<LEVEL>. Miscellanea: o Add pr_fmt to prefix pr_<level> output with "via-velocity: " o Remove now unused functions and macros o Realign some logging lines o Remove devname where pr_<level> is also used Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>