diff options
author | Tai Nguyen <[email protected]> | 2016-10-13 11:09:16 -0700 |
---|---|---|
committer | Will Deacon <[email protected]> | 2016-10-17 15:50:07 +0100 |
commit | 9a1a1f404be55b07aea64864f98d7306cc493360 (patch) | |
tree | eb54fbb4e307b5261227c330bb50b700820f3198 /scripts/gdb/linux/lists.py | |
parent | baa5567c18d17843815d1d9150424d31f238e363 (diff) |
perf: xgene: Remove bogus IS_ERR() check
In acpi_get_pmu_hw_inf we pass the address of a local variable to IS_ERR(),
which doesn't make sense, as the pointer must be a real, valid pointer.
This doesn't cause a functional problem, as IS_ERR() will evaluate as
false, but the check is bogus and causes static checkers to complain.
Remove the bogus check.
The bug is reported by Dan Carpenter <[email protected]> in [1]
[1] https://www.spinics.net/lists/arm-kernel/msg535957.html
Signed-off-by: Tai Nguyen <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions