diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2014-01-07 13:32:44 +0100 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2014-01-09 13:24:01 +0100 |
commit | e6f686ef0b4668caa6d60e02cce650d99c571a4d (patch) | |
tree | d35d0fb8daeabb2d9cf6f3c95b682a505a854331 /arch | |
parent | 2d9eefa67b15a3a6fbee37d4c31282ecad216569 (diff) |
tegra: video: use correct return value for callback
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-tegra/include/mach/dc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/include/mach/dc.h b/arch/arm/mach-tegra/include/mach/dc.h index a86af24fb7ee..abab990aab23 100644 --- a/arch/arm/mach-tegra/include/mach/dc.h +++ b/arch/arm/mach-tegra/include/mach/dc.h @@ -598,7 +598,7 @@ struct tegra_dc_edid { struct tegra_dc_edid *tegra_dc_get_edid(struct tegra_dc *dc); void tegra_dc_put_edid(struct tegra_dc_edid *edid); -int tegra_dc_set_flip_callback(void (*callback)(void)); +int tegra_dc_set_flip_callback(int (*callback)(void)); int tegra_dc_unset_flip_callback(void); int tegra_dc_get_panel_sync_rate(void); |