commit | 2f7633125a1ca8a03b63bf91b5eca60551141ddb | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Oct 13 12:45:57 2014 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Nov 13 10:43:51 2014 +0100 |
tree | a934e0d359e32e73a1d957714969d11631a4c6b5 | |
parent | a9e3c90c9fa39ed00e3223dc8f93c9cd12abb750 [diff] |
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>