[Nouveau] [PATCH] drm/nouveau/devinit: Convert function disable() to be void

2023-05-04 Thread Deepak R Varma
The current design of callback function disable() of struct nvkm_devinit_func is defined to return a u64 value. In its implementation in the driver modules, the function always returns a fixed value 0. Hence the design and implementation of this function should be enhanced to return void instead

Re: [Nouveau] [PATCH] drm/nouveau/devinit: Convert function disable() to be void

2023-01-25 Thread Lyude Paul
Reviewed-by: Lyude Paul Will push upstream in a moment On Wed, 2023-01-25 at 20:37 +0530, Deepak R Varma wrote: > The current design of callback function disable() of struct > nvkm_devinit_func is defined to return a u64 value. In its implementation > in the driver modules, the function always