aboutsummaryrefslogtreecommitdiff
path: root/linux-core/intel_tv.c
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-07-20 14:51:22 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-07-20 14:51:22 +0200
commit3ef1d05001a9e28ed52536de7e020323d8d34d83 (patch)
tree360d1fb21e551b3758109ff0c920935b15eb31d1 /linux-core/intel_tv.c
parent65803e53a696347e38d7f6c2c8dc186c6764ff03 (diff)
modesetting-101: set_property should return an int, not a bool
Diffstat (limited to 'linux-core/intel_tv.c')
-rw-r--r--linux-core/intel_tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/intel_tv.c b/linux-core/intel_tv.c
index 389487bb..29cfc031 100644
--- a/linux-core/intel_tv.c
+++ b/linux-core/intel_tv.c
@@ -1560,7 +1560,7 @@ intel_tv_destroy (struct drm_connector *connector)
}
-static bool
+static int
intel_tv_set_property(struct drm_connector *connector, struct drm_property *property,
uint64_t val)
{