Re: [PATCH] drm: radeon: replace 0 with NULL

2019-11-26 Thread Alex Deucher
Applied. thanks! Alex On Tue, Nov 26, 2019 at 3:15 AM Jules Irenge wrote: > > Replace 0 with NULL to fix sparse tool warning > warning: Using plain integer as NULL pointer > > Signed-off-by: Jules Irenge > --- > drivers/gpu/drm/radeon/radeon_audio.c | 2 +- > 1 file changed, 1

RE: [PATCH] drm: radeon: replace 0 with NULL

2019-11-26 Thread Liu, Zhan
eedesktop.org; dri- > de...@lists.freedesktop.org; dan...@ffwll.ch > Subject: Re: [PATCH] drm: radeon: replace 0 with NULL > > Am 26.11.19 um 01:35 schrieb Jules Irenge: > > Replace 0 with NULL to fix sparse tool warning > > warning: Using plain integer as NULL pointer > > >

RE: [PATCH] drm: radeon: replace 0 with NULL

2019-11-26 Thread Liu, Zhan
eedesktop.org; dri- > de...@lists.freedesktop.org; dan...@ffwll.ch > Subject: Re: [PATCH] drm: radeon: replace 0 with NULL > > Am 26.11.19 um 01:35 schrieb Jules Irenge: > > Replace 0 with NULL to fix sparse tool warning > > warning: Using plain integer as NULL pointer > > >

Re: [PATCH] drm: radeon: replace 0 with NULL

2019-11-26 Thread Christian König
Am 26.11.19 um 01:35 schrieb Jules Irenge: Replace 0 with NULL to fix sparse tool warning warning: Using plain integer as NULL pointer Signed-off-by: Jules Irenge Acked-by: Christian König --- drivers/gpu/drm/radeon/radeon_audio.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] drm: radeon: replace 0 with NULL

2019-11-26 Thread Jules Irenge
Replace 0 with NULL to fix sparse tool warning warning: Using plain integer as NULL pointer Signed-off-by: Jules Irenge --- drivers/gpu/drm/radeon/radeon_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/radeon_audio.c