[linux-dvb] [PATCH] mt312: coding style improvements
Andreas Oberritter
obi at linuxtv.org
Thu Dec 20 17:36:59 CET 2007
Matthias Schwarzott wrote:
> Changing mt312 driver today.
>
> The first patch improves codingstyle - I did fix almost all things checkpatch
> lists.
> I did not change if ((ret = func(a)) < 0) {
>
> The second patch does remove extra KERN_DEBUG from dprintk calls, as dprintk
> already adds KERN_DEBUG:
> #define dprintk(args...) \
> do { \
> if (debug) printk(KERN_DEBUG "mt312: " args); \
> } while (0)
Thank you, Matthias!
Mauro, can you please apply both patches to your tree?
Best regards,
Andreas
More information about the linux-dvb
mailing list