]> git.baikalelectronics.ru Git - kernel.git/commit
drm: fix drm_fb_xrgb8888_to_rgb888_dstclip()
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 11 Apr 2019 04:49:32 +0000 (06:49 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 11 Apr 2019 15:00:10 +0000 (17:00 +0200)
commit6227a0c8c356a0b29126740e9f344ec6d4d00bda
tree4e7864f7159d50664c3f660f3ff94ee1fe0ffaf4
parentd3dc41c0159f077a5b7c69fc7f4dcf629a816578
drm: fix drm_fb_xrgb8888_to_rgb888_dstclip()

Oops, the __iomem annotation was added to the header file only.
Add it to the implementation (and documentation) too.

Fixes: d0939f6ab8bb ("drm: switch drm_fb_xrgb8888_to_rgb888_dstclip to accept __iomem dst")
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20190411044932.13247-1-kraxel@redhat.com
drivers/gpu/drm/drm_format_helper.c