Re: [PATCH] staging: slicoss: fix different address space warnings

2016-11-16 Thread Dan Carpenter
This can't be right... ->shmem_data is set in slic_init_adapter() and it's not iomem. regards, dan carpenter

Re: [PATCH] staging: slicoss: fix different address space warnings

2016-11-15 Thread kbuild test robot
Hi Sergio, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.9-rc5 next-20161115] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Sergio-Paracuellos/staging-slicoss-

Re: [PATCH] staging: slicoss: fix different address space warnings

2016-11-15 Thread kbuild test robot
Hi Sergio, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.9-rc5 next-20161115] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Sergio-Paracuellos/staging-slicoss-

Re: [PATCH] staging: slicoss: fix different address space warnings

2016-11-15 Thread Greg KH
On Tue, Nov 15, 2016 at 06:19:37PM +0100, Sergio Paracuellos wrote: > This patch fix the following sparse warnings in slicoss driver: > warning: incorrect type in assignment (different address spaces) > > Signed-off-by: Sergio Paracuellos > --- > drivers/staging/slicoss/slic.h| 7 > dr

[PATCH] staging: slicoss: fix different address space warnings

2016-11-15 Thread Sergio Paracuellos
This patch fix the following sparse warnings in slicoss driver: warning: incorrect type in assignment (different address spaces) Signed-off-by: Sergio Paracuellos --- drivers/staging/slicoss/slic.h| 7 drivers/staging/slicoss/slicoss.c | 83 ++- 2 fi