OSDN Git Service

drm: Make drm_mode_create_tv_properties() signature consistent
authorThierry Reding <treding@nvidia.com>
Mon, 13 Oct 2014 10:45:57 +0000 (12:45 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 13 Nov 2014 09:43:51 +0000 (10:43 +0100)
commit2f7633125a1ca8a03b63bf91b5eca60551141ddb
treea934e0d359e32e73a1d957714969d11631a4c6b5
parenta9e3c90c9fa39ed00e3223dc8f93c9cd12abb750
drm: Make drm_mode_create_tv_properties() signature consistent

The prototype and the function implementation differ in their signature.
Make them consistent and use an unsigned integer for the number of modes
while at it.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/drm_crtc.c
include/drm/drm_crtc.h