Re: [PATCH -next] drm/arc: Fix some sparse warnings

2016-07-19 Thread Sean Paul
On Tue, Jul 19, 2016 at 2:01 PM, Alexey Brodkin wrote: > Hi Wei Yongjun, > > On Tue, 2016-07-19 at 12:04 +, Wei Yongjun wrote: >> From: Wei Yongjun >> >> Fixes the following sparse warnings: >> >>

Re: [PATCH -next] drm/arc: Fix some sparse warnings

2016-07-19 Thread Sean Paul
On Tue, Jul 19, 2016 at 2:01 PM, Alexey Brodkin wrote: > Hi Wei Yongjun, > > On Tue, 2016-07-19 at 12:04 +, Wei Yongjun wrote: >> From: Wei Yongjun >> >> Fixes the following sparse warnings: >> >> drivers/gpu/drm/arc/arcpgu_drv.c:52:5: warning: >> symbol 'arcpgu_gem_mmap' was not declared.

Re: [PATCH -next] drm/arc: Fix some sparse warnings

2016-07-19 Thread Alexey Brodkin
Hi Wei Yongjun, On Tue, 2016-07-19 at 12:04 +, Wei Yongjun wrote: > From: Wei Yongjun > > Fixes the following sparse warnings: > > drivers/gpu/drm/arc/arcpgu_drv.c:52:5: warning: >   symbol 'arcpgu_gem_mmap' was not declared. Should it be static? >

Re: [PATCH -next] drm/arc: Fix some sparse warnings

2016-07-19 Thread Alexey Brodkin
Hi Wei Yongjun, On Tue, 2016-07-19 at 12:04 +, Wei Yongjun wrote: > From: Wei Yongjun > > Fixes the following sparse warnings: > > drivers/gpu/drm/arc/arcpgu_drv.c:52:5: warning: >   symbol 'arcpgu_gem_mmap' was not declared. Should it be static? > drivers/gpu/drm/arc/arcpgu_drv.c:134:48:

[PATCH -next] drm/arc: Fix some sparse warnings

2016-07-19 Thread Wei Yongjun
From: Wei Yongjun Fixes the following sparse warnings: drivers/gpu/drm/arc/arcpgu_drv.c:52:5: warning: symbol 'arcpgu_gem_mmap' was not declared. Should it be static? drivers/gpu/drm/arc/arcpgu_drv.c:134:48: warning: Using plain integer as NULL pointer

[PATCH -next] drm/arc: Fix some sparse warnings

2016-07-19 Thread Wei Yongjun
From: Wei Yongjun Fixes the following sparse warnings: drivers/gpu/drm/arc/arcpgu_drv.c:52:5: warning: symbol 'arcpgu_gem_mmap' was not declared. Should it be static? drivers/gpu/drm/arc/arcpgu_drv.c:134:48: warning: Using plain integer as NULL pointer