Re: [PATCH linux-next v1 2/2] ASoC: rsnd: src: fix compiler warnings

2019-03-06 Thread Kuninori Morimoto
Hi Jiada Thank you for your patch > This patch moves the 'static' keyword to the front of the > declaration to fix the compiler warnings > > Fixes: linux-next commit 7674bec4fc09 ("ASoC: rsnd: update BSDSR/BSDISR > handling") > Signed-off-by: Jiada Wang > --- Acked-by: Kuninori Morimoto

[PATCH linux-next v1 2/2] ASoC: rsnd: src: fix compiler warnings

2019-03-06 Thread Jiada Wang
compiler complains about following declarations sound/soc/sh/rcar/src.c:174:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] const static u32 bsdsr_table_pattern1[] = { ^ sound/soc/sh/rcar/src.c:183:1: warning: 'static' is not at beginning of declaration [-