Re: [PATCH] staging: ccree: Fix format/argument mismatches

From: Joe Perches
Date: Mon Jul 31 2017 - 06:17:49 EST


On Mon, 2017-07-31 at 09:39 +0300, Gilad Ben-Yossef wrote:
> On Sun, Jul 30, 2017 at 7:45 PM, Joe Perches <joe@xxxxxxxxxxx> wrote:
> > By default, debug logging is disabled by CC_DEBUG not being defined.
> >
> > Convert SSI_LOG_DEBUG to use no_printk instead of an empty define
> > to validate formats and arguments.
> >
> > Fix fallout.
> >
> > Miscellanea:
> >
> > o One of the conversions now uses %pR instead of multiple uses of %pad
>
> This looks great (I didn't know about no_printk) but does not seem to
> apply on top of
> staging-next.

Applies to next-20170728

b2cf822e075f7a7e7ced8c50af600f9edf5ccc31