summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue_types.h
diff options
context:
space:
mode:
authorHongling Zeng <zenghongling@kylinos.cn>2026-05-28 14:24:50 +0800
committerLyude Paul <lyude@redhat.com>2026-05-28 12:49:57 -0400
commit6198977a78af8769d3f3108e830901325b97cf03 (patch)
tree5d221cfa21587676897fb355185e6cfa6b8abd03 /include/linux/timerqueue_types.h
parent67346c90ce275e835e93a4a13041afee47bd3f9e (diff)
nouveau/gsp/rm: cleanup WARN_ON(IS_ERR_OR_NULL)
Replace WARN_ON(IS_ERR_OR_NULL()) with WARN_ON(IS_ERR()) in various GSP-RM files. The underlying functions return error pointers, so checking for NULL is redundant. This affects: - r535_bar_bar2_update_pde() in bar.c Signed-off-by: Hongling Zeng <zenghongling@kylinos.cn> Signed-off-by: Lyude Paul <lyude@redhat.com> Link: https://patch.msgid.link/20260528062451.54107-5-zenghongling@kylinos.cn Reviewed-by: Lyude Paul <lyude@redhat.com>
Diffstat (limited to 'include/linux/timerqueue_types.h')
0 files changed, 0 insertions, 0 deletions