summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/mdfld_dsi_dpi.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-08-18 13:28:11 -0700
committerThomas Zimmermann <tzimmermann@suse.de>2020-08-19 09:14:40 +0200
commit9c6b876c91c067353ab30b81ad1486105bc79e08 (patch)
tree91431e845a7f57875983f5aeda5f859ff8225045 /drivers/gpu/drm/gma500/mdfld_dsi_dpi.c
parent9fe2f897499f129f9f0ef4c51a11512dcf2ab7d0 (diff)
downloadlinux-stable-9c6b876c91c067353ab30b81ad1486105bc79e08.tar.gz
linux-stable-9c6b876c91c067353ab30b81ad1486105bc79e08.tar.bz2
linux-stable-9c6b876c91c067353ab30b81ad1486105bc79e08.zip
drm: ast: fix double __iomem sparse warning
sparse complains about having 2 "__iomem" attributes on the same line where only one is needed since the first one applies to everything up to the ending ';'. However, to make it clear(er) that both of these pointers are "__iomem", use separate lines for them. ../drivers/gpu/drm/ast/ast_cursor.c:256:26: CK: warning: duplicate [noderef] ../drivers/gpu/drm/ast/ast_cursor.c:256:26: CK: error: multiple address space given: __iomem & __iomem Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Cc: Dave Airlie <airlied@redhat.com> Cc: David Airlie <airlied@linux.ie> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: dri-devel@lists.freedesktop.org Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/a8185578-a69a-16b0-6fdf-f4e46bc4f61f@infradead.org
Diffstat (limited to 'drivers/gpu/drm/gma500/mdfld_dsi_dpi.c')
0 files changed, 0 insertions, 0 deletions