Re: [Nouveau] [PATCH 09/10] drm/nv50/evo: store iomem pointer in properly typed field

2012-10-04 Thread Marcin Slusarz
On Mon, Aug 20, 2012 at 04:32:11PM +1000, Ben Skeggs wrote: On Sun, Aug 19, 2012 at 11:00:04PM +0200, Marcin Slusarz wrote: Abuse of function pointer was noticed by sparse. I'm aware of this horror, however I didn't apply the patch. I have work in progress that'll get rid of this nasty stuff

Re: [Nouveau] [PATCH 09/10] drm/nv50/evo: store iomem pointer in properly typed field

2012-08-20 Thread Ben Skeggs
On Sun, Aug 19, 2012 at 11:00:04PM +0200, Marcin Slusarz wrote: Abuse of function pointer was noticed by sparse. I'm aware of this horror, however I didn't apply the patch. I have work in progress that'll get rid of this nasty stuff before the tree goes upstream, doing it this way was a quick

[Nouveau] [PATCH 09/10] drm/nv50/evo: store iomem pointer in properly typed field

2012-08-19 Thread Marcin Slusarz
Abuse of function pointer was noticed by sparse. Signed-off-by: Marcin Slusarz marcin.slus...@gmail.com --- drivers/gpu/drm/nouveau/nv50_evo.c | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_evo.c