Re: [PATCH] Remove explicit return type cast

2017-08-08 Thread hari prasath
On 3 August 2017 at 18:53, Dan Carpenter wrote: > On Thu, Aug 03, 2017 at 06:23:54PM +0530, hari prasath wrote: >> On 3 August 2017 at 11:52, kbuild test robot wrote: >> > Hi Hari, >> > >> > [auto build test WARNING on staging/staging-testing] >> > [also

Re: [PATCH] Remove explicit return type cast

2017-08-03 Thread Dan Carpenter
On Thu, Aug 03, 2017 at 06:23:54PM +0530, hari prasath wrote: > On 3 August 2017 at 11:52, kbuild test robot wrote: > > Hi Hari, > > > > [auto build test WARNING on staging/staging-testing] > > [also build test WARNING on next-20170802] > > [cannot apply to v4.13-rc3] > > [if your

Re: [PATCH] Remove explicit return type cast

2017-08-03 Thread hari prasath
On 3 August 2017 at 11:52, kbuild test robot wrote: > Hi Hari, > > [auto build test WARNING on staging/staging-testing] > [also build test WARNING on next-20170802] > [cannot apply to v4.13-rc3] > [if your patch is applied to the wrong git tree, please drop us a note to > help

Re: [PATCH] Remove explicit return type cast

2017-08-03 Thread kbuild test robot
Hi Hari, [auto build test WARNING on staging/staging-testing] [also build test WARNING on next-20170802] [cannot apply to v4.13-rc3] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] Remove explicit return type cast

2017-08-02 Thread Hari Prasath
Remove explicit typecasting of return value in the interrupt handlers. Signed-off-by: Hari Prasath --- drivers/staging/pi433/pi433_if.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/pi433/pi433_if.c