commit | a34c0932c3b2f28542825ffc5280d562c49ad42d | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue May 05 10:05:55 2015 -0700 |
committer | Michael Grzeschik <m.grzeschik@pengutronix.de> | Wed Sep 23 08:44:24 2015 +0200 |
tree | 2fd465fe1c93b7ea866af66847c7167f81bff47a | |
parent | 72aeea4841c037b9b3abf65859673cbd7b6664a9 [diff] |
arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_cont These macros don't actually represent BUG uses but are more commonly used as logging macros, so use a more kernel style macro. Convert the BUGMSG from a netdev_ like use to actually use netdev_<level>. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>