]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/panthor: Drop a needless check in panthor_fw_unplug()
authorBoris Brezillon <boris.brezillon@collabora.com>
Thu, 25 Jun 2026 12:40:34 +0000 (14:40 +0200)
committerLiviu Dudau <liviu.dudau@arm.com>
Tue, 30 Jun 2026 14:26:55 +0000 (15:26 +0100)
commitee671cedfd204ac793134db32085efd3c23185f7
treeeaf48147e5310191e3329962f8c9b9755fa8a1a4
parente62179fd3e23ecfaedf7101e19ec0d3e4f51de76
drm/panthor: Drop a needless check in panthor_fw_unplug()

panthor_fw_unplug() is only called if we at least managed to initialize
the IRQ, so it's safe to drop the "is IRQ initialized" check.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patch.msgid.link/20260625-panthor-misc-fixes-v1-8-b67ed973fea6@collabora.com
drivers/gpu/drm/panthor/panthor_fw.c