]> git.baikalelectronics.ru Git - kernel.git/commit
drm/lima: Clean up IRQ warnings
authorRobin Murphy <robin.murphy@arm.com>
Tue, 21 Apr 2020 22:51:36 +0000 (23:51 +0100)
committerQiang Yu <yuq825@gmail.com>
Fri, 24 Apr 2020 12:47:00 +0000 (20:47 +0800)
commit23419d8cfdf7868d43c223cc37a452bdd75787bd
tree5780b61ffe9a6d2cdc9a211747c677fd9cc6d681
parent2a2bfc437d6ded6d98cde8beeae5b260f19556bc
drm/lima: Clean up IRQ warnings

Use the optional form of platform_get_irq() for blocks that legitimately
may not be present, to avoid getting an annoying barrage of spurious
warnings for non-existent PPs on configurations like Mali-450 MP2.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/de475904091400ef6c123285f221094654d96d35.1587509150.git.robin.murphy@arm.com
drivers/gpu/drm/lima/lima_device.c