Re: nvkm_devinit_func.disable() to be made void

2023-01-16 Thread Deepak R Varma
On Sat, Jan 14, 2023 at 08:10:43PM +0530, Deepak R Varma wrote: > Hello, > It appears that the callback function disable() of struct nvkm_devinit_func > does > not need return U64 and can be transformed to be a void. This will impact a > few > drivers that have currently implementation of this ca

nvkm_devinit_func.disable() to be made void

2023-01-14 Thread Deepak R Varma
Hello, It appears that the callback function disable() of struct nvkm_devinit_func does not need return U64 and can be transformed to be a void. This will impact a few drivers that have currently implementation of this callback since those always return 0ULL. So, Change from 8 struct nvk