OSDN Git Service

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)
commit5cd57a46e3e3dc088b50bbfcdc85d9e0d9c22159
tree657a5c058115b74951bec9aacd158bcaac2ae492
parent8166255704edea288bb116375b3c2a47af2fe28c
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