commit | a8adadee9427e23fe7513fc214fe29f7307e7aa1 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Fri Sep 14 17:34:07 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 17 05:09:04 2012 -0700 |
tree | 291edb72740c97e27ae2bff305b5d911e3eb87e0 | |
parent | c50e9939ed3c7db1c8fa7d50ebe07c0c13f81fbc [diff] |
staging: comedi: ni_660x: convert printk() to dev_...() Convert the `printk()` calls in this drivers to use the `dev_...()` calls instead. Replace some `printk()` calls in the comedi `attach()` handler (`ni_660x_attach()`) with a single `dev_info()` at the end. Remove some `printk()` calls before `BUG()` calls. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>