diff options
author | 2017-08-15 23:00:09 -0400 | |
---|---|---|
committer | 2017-08-15 23:00:09 -0400 | |
commit | 4f52f2256eae0b8495c308b78a7edf4094e3dd67 (patch) | |
tree | e6bffdeea67f722dea2745d8f12d662c3097218d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/amdkfd: Remove usage of alloc(sizeof(struct... (diff) | |
download | linux-dev-4f52f2256eae0b8495c308b78a7edf4094e3dd67.tar.xz linux-dev-4f52f2256eae0b8495c308b78a7edf4094e3dd67.zip |
drm/amdkfd: Remove BUG_ONs for NULL pointer arguments
Remove BUG_ONs that check for NULL pointer arguments that are
dereferenced in the same function. Dereferencing the NULL pointer
will generate a BUG anyway, so the explicit check is redundant and
unnecessary overhead.
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions