aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
diff options
context:
space:
mode:
authorSinan Kaya <[email protected]>2017-07-16 10:30:37 -0400
committerVinod Koul <[email protected]>2017-07-19 09:38:55 +0530
commit0217cccdbfb71bfa9482c323a380cedebcd96e41 (patch)
treee2e7f5d228d2e8d0045352fd25f3e1f118f665fd /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
parent5e2db086be4fc77c7715297ffdf929e7a8a55041 (diff)
dmaengine: qcom_hidma: correct overriding message
A false overriding information is being presented during boot under this scenario. 1. First object checks for kernel command line value against zero. 2. It doesn't find it, it sets the command line variable to the value coming from ACPI/DT. 3. Second object is being probed. 4. Second object sees that the value of kernel command line override is non-zero, it prints an overriding message even though value matches ACPI/DT value. hidma-mgmt QCOM8060:03: overriding max-write-burst-bytes: 1024 Add an additional check to verify that kernel command line value is different from the ACPI/DT value. Signed-off-by: Sinan Kaya <[email protected]> Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions