OSDN Git Service

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)
commit21d81f888299715ce6e1f0a04506aeb7c6012660
tree5780b61ffe9a6d2cdc9a211747c677fd9cc6d681
parent973a5909e99d0301a8832ca0cf07f9be01c4e97a
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