OSDN Git Service

drm/bridge: nwl-dsi: Remove superfluous write to NWL_DSI_IRQ_MASK register
authorLiu Ying <victor.liu@nxp.com>
Wed, 16 Feb 2022 08:58:42 +0000 (16:58 +0800)
committerRobert Foss <robert.foss@linaro.org>
Wed, 2 Mar 2022 13:11:39 +0000 (14:11 +0100)
commit150430366b2dcb170d309952143e32eb814fe7f8
treefd88a3dc62d697b2e4886cdb730537962b730745
parentc0bbed9051b6eb293be6128d060bb49e999ef7d4
drm/bridge: nwl-dsi: Remove superfluous write to NWL_DSI_IRQ_MASK register

To initialize register NWL_DSI_IRQ_MASK, it's enough to write it
only once in function nwl_dsi_init_interrupts().

Signed-off-by: Liu Ying <victor.liu@nxp.com>
Reviewed-by: Guido Günther <agx@sigxcpu.org>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220216085842.1973868-1-victor.liu@nxp.com
drivers/gpu/drm/bridge/nwl-dsi.c