diff mbox

omap1: htc_herald: Fix compilation warning.

Message ID 1291639745-17320-1-git-send-email-marek.belisko@open-nandra.com (mailing list archive)
State Accepted
Commit 4d89b931d556bae7a93900eac7c526fb9d9ae1a2
Delegated to: Tony Lindgren
Headers show

Commit Message

Marek Belisko Dec. 6, 2010, 12:49 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-omap1/board-htcherald.c b/arch/arm/mach-omap1/board-htcherald.c
index 071af3e..cdbf3b1 100644
--- a/arch/arm/mach-omap1/board-htcherald.c
+++ b/arch/arm/mach-omap1/board-htcherald.c
@@ -439,7 +439,7 @@  static const struct ads7846_platform_data htcherald_ts_platform_data = {
 	.keep_vref_on		= 1,
 	.x_plate_ohms		= 496,
 	.gpio_pendown		= HTCHERALD_GPIO_TS,
-	.pressure_max		= 100000,
+	.pressure_max		= 10000,
 	.pressure_min		= 5000,
 	.x_min			= 528,
 	.x_max			= 3760,