]> git.baikalelectronics.ru Git - kernel.git/commit
firewire: nosy: use generic printk macros
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 22 Jul 2010 09:56:38 +0000 (11:56 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Tue, 27 Jul 2010 09:04:11 +0000 (11:04 +0200)
commit746e233a177b7396323816fcb9f4a1647da83e28
tree2dc1e07547893ed804fd06b84eb24a86a38cc571
parent4b54c60577bf59fea7081e2f7109d85f0fda0f41
firewire: nosy: use generic printk macros

Replace home-grown printk wrapper macros by ones from kernel.h and
device.h.

Also raise the log level in set_phy_reg() from debug to error because
these are really error conditions.  Could even be WARN_ON.  Lower the
log level in the device probe and driver shutdown from notice to info.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/nosy.c