On Sat, Oct 06, 2018 at 10:21:38PM +0300, Dafna Hirschfeld wrote:
Replace calls to `printk` with the appropriate `pr_*`
macro.

Hi Dafna,

I'd encourage you to look into the dev_ family of print functions (such
as dev_info() ). They can avoid having to repeat the driver name in
every print call.

--
Thanks,
Sasha

Reply via email to