Re: [PATCH 1/1] ASoc: simple-card-utils: add __printf attribute

2016-08-22 Thread Takashi Iwai
On Mon, 22 Aug 2016 15:25:33 +0200, Nicolas Iooss wrote: > > On 22/08/16 15:13, Takashi Iwai wrote: > > On Mon, 22 Aug 2016 15:06:05 +0200, > > Nicolas Iooss wrote: > >> > >> Hello, > >> > >> After I sent the following patch a few weeks ago, I have not received > >> any feedback. Could you please

Re: [PATCH 1/1] ASoc: simple-card-utils: add __printf attribute

2016-08-22 Thread Nicolas Iooss
On 22/08/16 15:13, Takashi Iwai wrote: > On Mon, 22 Aug 2016 15:06:05 +0200, > Nicolas Iooss wrote: >> >> Hello, >> >> After I sent the following patch a few weeks ago, I have not received >> any feedback. Could you please review it? > > This is about ASoC, so please resubmit to alsa-devel ML with

Re: [PATCH 1/1] ASoc: simple-card-utils: add __printf attribute

2016-08-22 Thread Takashi Iwai
On Mon, 22 Aug 2016 15:06:05 +0200, Nicolas Iooss wrote: > > Hello, > > After I sent the following patch a few weeks ago, I have not received > any feedback. Could you please review it? This is about ASoC, so please resubmit to alsa-devel ML with Cc to the ASoC maintainer (Mark) and the author o

Re: [PATCH 1/1] ASoc: simple-card-utils: add __printf attribute

2016-08-22 Thread Nicolas Iooss
Hello, After I sent the following patch a few weeks ago, I have not received any feedback. Could you please review it? Thanks, Nicolas On 06/08/16 11:58, Nicolas Iooss wrote: > asoc_simple_card_set_dailink_name() uses devm_kvasprintf() to format > some of its arguments. Adding a __printf attrib

[PATCH 1/1] ASoc: simple-card-utils: add __printf attribute

2016-08-06 Thread Nicolas Iooss
asoc_simple_card_set_dailink_name() uses devm_kvasprintf() to format some of its arguments. Adding a __printf attribute to this function makes it possible to detect at compile-time errors related to format strings. Signed-off-by: Nicolas Iooss --- include/sound/simple_card_utils.h | 1 + 1 file