iommu/msm: Deletion of unnecessary checks before clk_disable()
authorSF Markus Elfring <elfring@users.sourceforge.net>
Wed, 22 Oct 2014 18:00:17 +0000 (20:00 +0200)
committerJoerg Roedel <jroedel@suse.de>
Thu, 23 Oct 2014 12:47:40 +0000 (14:47 +0200)
commitc72acf69e2c0d884023296d0cceb16f3e75c09d9
tree9f2e38a18b08dd299a2f6f3fad0beda53ac6580d
parentf114040e3ea6e07372334ade75d1ee0775c355e1
iommu/msm: Deletion of unnecessary checks before clk_disable()

A semantic patch approach was proposed with the subject
"[PATCH with Coccinelle?] Deletion of unnecessary checks
before specific function calls" on 2014-03-05.
https://lkml.org/lkml/2014/3/5/344
http://article.gmane.org/gmane.comp.version-control.coccinelle/3513/

This patch pattern application was repeated with the help of
the software "Coccinelle 1.0.0-rc22" on the source files for
Linux 3.17.1. An extract of the automatically generated
update suggestions is shown here.

It was determined that the affected source code places call
functions which perform input parameter validation already.
It is therefore not needed that a similar safety check is
repeated at the call site.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/msm_iommu.c
drivers/iommu/msm_iommu_dev.c
This page took 0.026529 seconds and 5 git commands to generate.