diff options
author | Mark Salyzyn <[email protected]> | 2011-09-26 07:57:36 -0700 |
---|---|---|
committer | James Bottomley <[email protected]> | 2011-10-02 13:05:11 -0500 |
commit | 6fbc769219a7a8060ea33f397304f05b1cdf8a00 (patch) | |
tree | 31751b6a4996e2caaccb96c855b783f9f5a89b28 /tools/perf/scripts/python/check-perf-trace.py | |
parent | b90b378ad5767c0743113c675b09ac00fa534c33 (diff) |
[SCSI] pm8001: missing break statements
Code Inspection: found two missing break directives. First one will
result in not retrying an a task that report
IO_OPEN_CNX_ERROR_HW_RESOURCE_BUSY, the second will result in cosmetic
debug printk conflicting statement stutter. Because checkpatch.pl came
up with a warning regarding unnecessary space before a newline on one of
the fragments associated with the diff context, I took the liberty of
fixing all the cases of this issue in the pair of files touched by this
defect. These cosmetic changes hide the break changes :-(
To help focus, break changes are in pm8001_hwi.c fragment line 1649 for
the IO_OPEN_CNX_ERROR_HW_RESOURCE_BUSY case statement and pm8001_sas.c
line 1000 deals with the conflicting debug print stutter.
Signed-off-by: Mark Salyzyn <[email protected]>
Acked-by: Jack Wang <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions