]> git.baikalelectronics.ru Git - kernel.git/commit
drm: fix possible_crtc's type
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Dec 2016 13:45:35 +0000 (15:45 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 8 Dec 2016 11:42:57 +0000 (13:42 +0200)
commit2741b6d34d529ddae2f308e23f46ea5fd2dde1c9
tree657a5c058115b74951bec9aacd158bcaac2ae492
parent22df8f34ff8f1612d3dcdc1f9af69e48fa6f43cc
drm: fix possible_crtc's type

drm_universal_plane_init() and drm_plane_init() take "unsigned long
possible_crtcs" parameter, but then stuff it into uint32_t. Change the
parameter to uint32_t.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
drivers/gpu/drm/drm_plane.c
include/drm/drm_plane.h