Re: [PATCH] ASoC: fix simple_return.cocci warnings

2015-04-30 Thread Mark Brown
On Tue, Apr 28, 2015 at 12:20:32PM +0800, kbuild test robot wrote: > sound/soc/codecs/adau1977.c:496:5-8: WARNING: end returns can be simpified > > Simplify a trivial if-return sequence. Possibly combine with a > preceding function call. > Generated by: scripts/coccinelle/misc/simple_return.coc

Re: [PATCH] ASoC: fix simple_return.cocci warnings

2015-04-30 Thread Mark Brown
On Tue, Apr 28, 2015 at 12:20:32PM +0800, kbuild test robot wrote: > sound/soc/codecs/ssm2518.c:521:5-8: WARNING: end returns can be simpified > > Simplify a trivial if-return sequence. Possibly combine with a > preceding function call. > Generated by: scripts/coccinelle/misc/simple_return.cocc

Re: [PATCH] ASoC: fix simple_return.cocci warnings

2015-04-30 Thread Mark Brown
On Tue, Apr 28, 2015 at 12:20:32PM +0800, kbuild test robot wrote: > sound/soc/codecs/ssm2518.c:521:5-8: WARNING: end returns can be simpified > > Simplify a trivial if-return sequence. Possibly combine with a > preceding function call. > Generated by: scripts/coccinelle/misc/simple_return.cocc

[PATCH] ASoC: fix simple_return.cocci warnings

2015-04-27 Thread kbuild test robot
sound/soc/codecs/adau1977.c:496:5-8: WARNING: end returns can be simpified Simplify a trivial if-return sequence. Possibly combine with a preceding function call. Generated by: scripts/coccinelle/misc/simple_return.cocci CC: Lars-Peter Clausen Signed-off-by: Fengguang Wu --- adau1977.c |

[PATCH] ASoC: fix simple_return.cocci warnings

2015-04-27 Thread kbuild test robot
sound/soc/codecs/ssm2518.c:521:5-8: WARNING: end returns can be simpified Simplify a trivial if-return sequence. Possibly combine with a preceding function call. Generated by: scripts/coccinelle/misc/simple_return.cocci CC: Lars-Peter Clausen Signed-off-by: Fengguang Wu --- ssm2518.c |