diff options
Diffstat (limited to 'arch/arm/mach-imx/eukrea_mbimx27-baseboard.c')
-rw-r--r-- | arch/arm/mach-imx/eukrea_mbimx27-baseboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/eukrea_mbimx27-baseboard.c b/arch/arm/mach-imx/eukrea_mbimx27-baseboard.c index 5f2f91d1798b..b46cab0ced53 100644 --- a/arch/arm/mach-imx/eukrea_mbimx27-baseboard.c +++ b/arch/arm/mach-imx/eukrea_mbimx27-baseboard.c | |||
@@ -243,7 +243,7 @@ static const struct imxuart_platform_data uart_pdata __initconst = { | |||
243 | static void __maybe_unused ads7846_dev_init(void) | 243 | static void __maybe_unused ads7846_dev_init(void) |
244 | { | 244 | { |
245 | if (gpio_request(ADS7846_PENDOWN, "ADS7846 pendown") < 0) { | 245 | if (gpio_request(ADS7846_PENDOWN, "ADS7846 pendown") < 0) { |
246 | printk(KERN_ERR "can't get ads746 pen down GPIO\n"); | 246 | printk(KERN_ERR "can't get ads7846 pen down GPIO\n"); |
247 | return; | 247 | return; |
248 | } | 248 | } |
249 | gpio_direction_input(ADS7846_PENDOWN); | 249 | gpio_direction_input(ADS7846_PENDOWN); |