Re: [Intel-gfx] [PATCH] drm/dp: Remove the unused drm_device to get rid of build warning

2019-10-11 Thread Sean Paul
On Thu, Oct 10, 2019 at 02:01:32PM -0700, Manasi Navare wrote: > We no longer use the connection mutex and hence no need to > define drm_device *dev, it causes a unused variable build warning > > Fixes: 83fa9842afe7 ("drm/dp-mst: Drop connection_mutex check") > Cc: Sean Paul Reviewed-by: Sean

[Intel-gfx] [PATCH] drm/dp: Remove the unused drm_device to get rid of build warning

2019-10-10 Thread Manasi Navare
We no longer use the connection mutex and hence no need to define drm_device *dev, it causes a unused variable build warning Fixes: 83fa9842afe7 ("drm/dp-mst: Drop connection_mutex check") Cc: Sean Paul Cc: Lyude Paul Cc: Daniel Vetter Signed-off-by: Manasi Navare ---