Re: [PATCH v5 1/3] i2c: pcf8584: Remove debug macros from i2c-algo-pcf.c
From: Cezar Chiru
Date: Fri Sep 26 2025 - 15:05:08 EST
Hi,
I'm a newbie to kernel hacking. this is my first set of changes i'm
working on that I wish to go into
the kernel.
> > - DEBPROTO(printk(KERN_DEBUG "S "));
> > + printk(KERN_DEBUG "S ");
>
> Now you print the former debug printouts unconditionally? Why is that?
>
I thought I should get rid of DEB2 DEB3 and DEBPROTO macros. That was my
original understanding.
Should everything with printk be deleted also?
/Cezar Chiru