diff options
author | 2021-06-18 10:40:50 -0700 | |
---|---|---|
committer | 2021-06-18 23:01:04 -0400 | |
commit | d66a65b7f5d219528520e287ff53aea1b5252ec3 (patch) | |
tree | 69af49bd12a23c49a42aa63598d51d701b65a77c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | scsi: elx: efct: Eliminate unnecessary boolean check in efct_hw_command_cancel() (diff) | |
download | linux-dev-d66a65b7f5d219528520e287ff53aea1b5252ec3.tar.xz linux-dev-d66a65b7f5d219528520e287ff53aea1b5252ec3.zip |
scsi: elx: efct: Fix link error for _bad_cmpxchg
cmpxchg is being used on a bool type, which is requiring architecture
support that isn't compatible with a bool.
Convert variable abort_in_progress from bool to int.
Link: https://lore.kernel.org/r/20210618174050.80302-1-jsmart2021@gmail.com
Fixes: ebc076b3eddc ("scsi: elx: efct: Tie into kernel Kconfig and build process")
Reported-by: kernel test robot <lkp@intel.com>
Co-developed-by: Ram Vegesna <ram.vegesna@broadcom.com>
Signed-off-by: Ram Vegesna <ram.vegesna@broadcom.com>
Signed-off-by: James Smart <jsmart2021@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions