]> git.baikalelectronics.ru Git - kernel.git/commit
coccinelle: api/devm_platform_ioremap_resource: remove useless script
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 17 Oct 2019 14:22:37 +0000 (16:22 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 17 Oct 2019 16:05:56 +0000 (09:05 -0700)
commite4a0414f1cfbcad5d304fc818257cbb19c0be1ac
treea0cd8b7a4648c18fdfeb7d8efddacb6afa48079b
parent338a299e983ca74cf95db4dda6b6428c56225a5d
coccinelle: api/devm_platform_ioremap_resource: remove useless script

While it is useful for new drivers to use devm_platform_ioremap_resource,
this script is currently used to spam maintainers, often updating very
old drivers.  The net benefit is the removal of 2 lines of code in the
driver but the review load for the maintainers is huge.  As of now, more
that 560 patches have been sent, some of them obviously broken, as in:

 https://lore.kernel.org/lkml/9bbcce19c777583815c92ce3c2ff2586@www.loen.fr/

Remove the script to reduce the spam.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/coccinelle/api/devm_platform_ioremap_resource.cocci [deleted file]