diff options
author | 2016-04-12 14:25:07 +0300 | |
---|---|---|
committer | 2016-05-02 10:33:28 +0200 | |
commit | d310ae4936ccf1186851692c511483c794dd7701 (patch) | |
tree | 6a6314a26e8e910d247ca9a4d7c680c3063107f2 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | mmc: sdhci-acpi: Set MMC_CAP_AGGRESSIVE_PM for Broxton controllers (diff) | |
download | linux-dev-d310ae4936ccf1186851692c511483c794dd7701.tar.xz linux-dev-d310ae4936ccf1186851692c511483c794dd7701.zip |
mmc: sdhci: Remove redundant condition
The logic '!mmc.f_max || (mmc.f_max && mmc.f_max > max_clk)'
is equivalent to '!mmc.f_max || mmc.f_max > max_clk'.
Reported-by: David Binderman <dcb314@hotmail.com>
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions