commit | 21d81f888299715ce6e1f0a04506aeb7c6012660 | [log] [tgz] |
---|---|---|
author | Robin Murphy <robin.murphy@arm.com> | Tue Apr 21 23:51:36 2020 +0100 |
committer | Qiang Yu <yuq825@gmail.com> | Fri Apr 24 20:47:00 2020 +0800 |
tree | 5780b61ffe9a6d2cdc9a211747c677fd9cc6d681 | |
parent | 973a5909e99d0301a8832ca0cf07f9be01c4e97a [diff] |
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