Re: [PATCHv4 3/4] OMAP3: Devkit8000: Check return value of gpio_request

2011-01-20 Thread Thomas Weber
Hello, Am 19.01.2011 13:23, schrieb Sergei Shtylyov: > Hello. > > On 19-01-2011 11:19, Thomas Weber wrote: > >> The return value of gpio_request is ignored. >> This patch adds the check of the return value of gpio_request. > >> Signed-off-by: Thomas Weber >> --- >> arch/arm/mach-omap2/board-devki

Re: [PATCHv4 3/4] OMAP3: Devkit8000: Check return value of gpio_request

2011-01-19 Thread Daniel Morsing
Hey Thomas On Wed, 2011-01-19 at 09:19 +0100, Thomas Weber wrote: > The return value of gpio_request is ignored. > This patch adds the check of the return value of gpio_request. > > Signed-off-by: Thomas Weber > --- > arch/arm/mach-omap2/board-devkit8000.c | 16 ++-- > 1 files cha

Re: [PATCHv4 3/4] OMAP3: Devkit8000: Check return value of gpio_request

2011-01-19 Thread Sergei Shtylyov
Hello. On 19-01-2011 11:19, Thomas Weber wrote: The return value of gpio_request is ignored. This patch adds the check of the return value of gpio_request. Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c | 16 ++-- 1 files changed, 14 insertions(+), 2

Re: [PATCHv4 3/4] OMAP3: Devkit8000: Check return value of gpio_request

2011-01-19 Thread G, Manjunath Kondaiah
On Wed, Jan 19, 2011 at 09:19:25AM +0100, Thomas Weber wrote: > The return value of gpio_request is ignored. > This patch adds the check of the return value of gpio_request. > > Signed-off-by: Thomas Weber > --- > arch/arm/mach-omap2/board-devkit8000.c | 16 ++-- > 1 files changed,

[PATCHv4 3/4] OMAP3: Devkit8000: Check return value of gpio_request

2011-01-19 Thread Thomas Weber
The return value of gpio_request is ignored. This patch adds the check of the return value of gpio_request. Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/board-de