]> 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)
commit6faed137f15d2ceec361c0e54039dcb2f85d832b
treea0cd8b7a4648c18fdfeb7d8efddacb6afa48079b
parentb05089a42baeddd0e7cd148931afb74c933cbf85
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]