]> git.baikalelectronics.ru Git - kernel.git/commit
drm/cma: Fix compile fail due to fomat->format typo
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 15 Dec 2016 14:29:27 +0000 (16:29 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 15 Dec 2016 14:41:46 +0000 (16:41 +0200)
commit0bd0dca844545c8ae8bc2d563e7cd9efb25d4c76
tree503366e02061bfb4a869089c9a3ba37ddd1d083a
parentc7e85bbce1f8914fe504d2c7b56094e1885590ff
drm/cma: Fix compile fail due to fomat->format typo

Apparently my arm .config had reverted to CMA=n at some point, so I
failed to notice that I typoed the code. Fix it up so that the
cma helper will compile again.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Fixes: 203c8d7eb966 ("drm/fb_cma_helper: Replace drm_format_info() with fb->format")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20161215142927.20761-1-ville.syrjala@linux.intel.com
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/drm_fb_cma_helper.c