]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7dcb92a28439f34e94d7b806a2d43cd8cfbeeda6
treea934e0d359e32e73a1d957714969d11631a4c6b5
parentef15decf0d9943883b5a6fd8685e9cc3b240b5e6
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