* [linux-next:master 8106/10489] drivers/clk/renesas/renesas-rzg2l-cpg.c:204:2-7: WARNING: invalid free of devm_ allocated data
@ 2021-06-17 11:25 kernel test robot
2021-06-17 11:25 ` [PATCH] clk: renesas: fix semicolon.cocci warnings kernel test robot
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2021-06-17 11:25 UTC (permalink / raw)
To: Lad Prabhakar
Cc: kbuild-all, Linux Memory Management List, Geert Uytterhoeven,
Biju Das
[-- Attachment #1: Type: text/plain, Size: 936 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: c7d4c1fd91ab4a6d2620497921a9c6bf54650ab8
commit: ef3c613ccd68a78727b817c3dacf4a68d1ffc67f [8106/10489] clk: renesas: Add CPG core wrapper for RZ/G2L SoC
config: arm64-randconfig-c023-20210617 (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
cocci warnings: (new ones prefixed by >>)
>> drivers/clk/renesas/renesas-rzg2l-cpg.c:204:2-7: WARNING: invalid free of devm_ allocated data
drivers/clk/renesas/renesas-rzg2l-cpg.c:476:1-6: WARNING: invalid free of devm_ allocated data
--
>> drivers/clk/renesas/renesas-rzg2l-cpg.c:299:2-3: Unneeded semicolon
Please review and possibly fold the followup patch.
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 42110 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] clk: renesas: fix semicolon.cocci warnings
2021-06-17 11:25 [linux-next:master 8106/10489] drivers/clk/renesas/renesas-rzg2l-cpg.c:204:2-7: WARNING: invalid free of devm_ allocated data kernel test robot
@ 2021-06-17 11:25 ` kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-06-17 11:25 UTC (permalink / raw)
To: Lad Prabhakar
Cc: kbuild-all, Linux Memory Management List, Geert Uytterhoeven,
Biju Das, Michael Turquette, Stephen Boyd, linux-renesas-soc,
linux-clk, linux-kernel
From: kernel test robot <lkp@intel.com>
drivers/clk/renesas/renesas-rzg2l-cpg.c:299:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: ef3c613ccd68 ("clk: renesas: Add CPG core wrapper for RZ/G2L SoC")
CC: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: c7d4c1fd91ab4a6d2620497921a9c6bf54650ab8
commit: ef3c613ccd68a78727b817c3dacf4a68d1ffc67f [8106/10489] clk: renesas: Add CPG core wrapper for RZ/G2L SoC
:::::: branch date: 22 hours ago
:::::: commit date: 7 days ago
renesas-rzg2l-cpg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/clk/renesas/renesas-rzg2l-cpg.c
+++ b/drivers/clk/renesas/renesas-rzg2l-cpg.c
@@ -296,7 +296,7 @@ rzg2l_cpg_register_core_clk(const struct
break;
default:
goto fail;
- };
+ }
if (IS_ERR_OR_NULL(clk))
goto fail;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-17 11:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-17 11:25 [linux-next:master 8106/10489] drivers/clk/renesas/renesas-rzg2l-cpg.c:204:2-7: WARNING: invalid free of devm_ allocated data kernel test robot
2021-06-17 11:25 ` [PATCH] clk: renesas: fix semicolon.cocci warnings kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).