]> 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)
commit13be987f5c75cc0c2fc6a210424508811b8d1518
treea934e0d359e32e73a1d957714969d11631a4c6b5
parent484b6ff2cfd6797e76da3b1113d87c3eaa7b46c7
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