Re: [PATCH] gpmc: Remove compilation warning

2008-09-29 Thread Daniel Stone
On Mon, Sep 29, 2008 at 06:40:43PM +0530, ext Pakaravoor, Jagadeesh wrote: > From: Jagadeesh Bhaskar Pakaravoor <[EMAIL PROTECTED]> > > Return type of gpmc_init() function is void. Also, the error values > returned by the function is not used by the caller. Hence it should > not be returning any v

Re: [PATCH] gpmc: Remove compilation warning

2008-09-29 Thread Felipe Balbi
On Mon, Sep 29, 2008 at 06:40:43PM +0530, ext Pakaravoor, Jagadeesh wrote: > From: Jagadeesh Bhaskar Pakaravoor <[EMAIL PROTECTED]> > > Return type of gpmc_init() function is void. Also, the error values > returned by the function is not used by the caller. Hence it should > not be returning any v

[PATCH] gpmc: Remove compilation warning

2008-09-29 Thread Pakaravoor, Jagadeesh
From: Jagadeesh Bhaskar Pakaravoor <[EMAIL PROTECTED]> Return type of gpmc_init() function is void. Also, the error values returned by the function is not used by the caller. Hence it should not be returning any value. Signed-off-by: Anand Gadiyar <[EMAIL PROTECTED]> Signed-off-by: Jagadeesh Bhas