summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2020-09-29 08:28:41 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-10-01 10:57:07 +0200
commitd23519c0a7e8ea1d77a7156c09dc203fff74d766 (patch)
tree83232ef5cb6b679ce6cb1e9624b087eebbd44175 /tools/perf/scripts/python
parenta1070fee729a7e660f684e24481496070a1c3d08 (diff)
downloadkernel-d23519c0a7e8ea1d77a7156c09dc203fff74d766.tar.gz
staging: rtl8188eu: clean up comparsions to NULL
Clean up remaining comparsions to NULL reported by checkpatch. x == NULL -> !x x != NULL -> x Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20200929062847.23985-2-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
2020-07-01drm/amdgpu: add gmc cg support for sienna_cichlidLikun Gao 2020-06-03drm/amdgpu: add support on mmhub for sienna_cichlidLikun Gao 2020-05-28drm/amdgpu/gmc10: program the smallK fragment sizeAlex Deucher 2020-03-05drm/amdgpu/sriov: skip programing some regs with new L1 policyTiecheng Zhou 2020-01-22drm/amdgpu: remove unnecessary conversion to boolNirmoy Das 2019-11-22drm/amdgpu: initialize vm_inv_eng0_sem for gfxhub and mmhubchangzhu 2019-10-30drm/amdgpu/gmc10: properly set BANK_SELECT and FRAGMENT_SIZEAlex Deucher 2019-10-03drm/amdgpu: Export setup_vm_pt_regs() logic for mmhub 2.0Yong Zhao 2019-09-16drm/amdgpu: Disable retry faults in VMID0Felix Kuehling