Commit eaa667db authored by Johan Hovold's avatar Johan Hovold Committed by Rob Clark

drm/msm/adreno: clean up component ops indentation

Clean up the component ops initialisers which were indented one level
too far.
Signed-off-by: default avatarJohan Hovold <johan+linaro@kernel.org>
Patchwork: https://patchwork.freedesktop.org/patch/524973/
Link: https://lore.kernel.org/r/20230303164807.13124-5-johan+linaro@kernel.orgSigned-off-by: default avatarRob Clark <robdclark@chromium.org>
parent db7662d0
......@@ -575,8 +575,8 @@ static void adreno_unbind(struct device *dev, struct device *master,
}
static const struct component_ops a3xx_ops = {
.bind = adreno_bind,
.unbind = adreno_unbind,
.bind = adreno_bind,
.unbind = adreno_unbind,
};
static void adreno_device_register_headless(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment