All of lore.kernel.org
 help / color / mirror / Atom feed
* [omap-audio:peter/ti-linux-4.19.y/wip 15/49] sound/soc/ti/davinci-mcasp.c:1875:2-3: Unneeded semicolon
@ 2020-01-29 23:01 kbuild test robot
  2020-01-29 23:01 ` [PATCH] ASoC: ti: davinci-mcasp: fix semicolon.cocci warnings kbuild test robot
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2020-01-29 23:01 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 687 bytes --]

tree:   https://github.com/omap-audio/linux-audio peter/ti-linux-4.19.y/wip
head:   42c0bbf5ed6a1c9acb241113d4d6a0fa94f15cf8
commit: 5319df00909485a031e13b8d3f5b9d2174d53d6e [15/49] ASoC: ti: davinci-mcasp: Add support for OMAP4/5 version of McASP

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>


coccinelle warnings: (new ones prefixed by >>)

>> sound/soc/ti/davinci-mcasp.c:1875:2-3: Unneeded semicolon

Please review and possibly fold the followup patch.

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] ASoC: ti: davinci-mcasp: fix semicolon.cocci warnings
  2020-01-29 23:01 [omap-audio:peter/ti-linux-4.19.y/wip 15/49] sound/soc/ti/davinci-mcasp.c:1875:2-3: Unneeded semicolon kbuild test robot
@ 2020-01-29 23:01 ` kbuild test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2020-01-29 23:01 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1003 bytes --]

From: kbuild test robot <lkp@intel.com>

sound/soc/ti/davinci-mcasp.c:1875:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 5319df009094 ("ASoC: ti: davinci-mcasp: Add support for OMAP4/5 version of McASP")
Signed-off-by: kbuild test robot <lkp@intel.com>
---

tree:   https://github.com/omap-audio/linux-audio peter/ti-linux-4.19.y/wip
head:   42c0bbf5ed6a1c9acb241113d4d6a0fa94f15cf8
commit: 5319df00909485a031e13b8d3f5b9d2174d53d6e [15/49] ASoC: ti: davinci-mcasp: Add support for OMAP4/5 version of McASP

 davinci-mcasp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/soc/ti/davinci-mcasp.c
+++ b/sound/soc/ti/davinci-mcasp.c
@@ -1872,7 +1872,7 @@ static struct davinci_mcasp_pdata *davin
 		ret = of_property_read_u32(np, "rx-num-evt", &val);
 		if (ret >= 0)
 			pdata->rxnumevt = val;
-	};
+	}
 
 	ret = of_property_read_u32(np, "sram-size-playback", &val);
 	if (ret >= 0)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-29 23:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-29 23:01 [omap-audio:peter/ti-linux-4.19.y/wip 15/49] sound/soc/ti/davinci-mcasp.c:1875:2-3: Unneeded semicolon kbuild test robot
2020-01-29 23:01 ` [PATCH] ASoC: ti: davinci-mcasp: fix semicolon.cocci warnings kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.