Re: [PATCH] drivers: net: wireless: rsi: return explicit error values

2019-07-30 Thread Kalle Valo
"Enrico Weigelt, metux IT consult" writes: > From: Enrico Weigelt > > Explicitly return constants instead of variable (and rely on > it to be explicitly initialized), if the value is supposed > to be fixed anyways. Align it with the rest of the driver, > which does it the same way. > >

[PATCH] drivers: net: wireless: rsi: return explicit error values

2019-07-29 Thread Enrico Weigelt, metux IT consult
From: Enrico Weigelt Explicitly return constants instead of variable (and rely on it to be explicitly initialized), if the value is supposed to be fixed anyways. Align it with the rest of the driver, which does it the same way. Signed-off-by: Enrico Weigelt ---

Re: [PATCH] drivers: net: wireless: rsi: return explicit error values

2019-07-24 Thread Kalle Valo
"Enrico Weigelt, metux IT consult" wrote: > From: Enrico Weigelt > > Explicitly return constants instead of variable (and rely on > it to be explicitly initialized), if the value is supposed > to be fixed anyways. Align it with the rest of the driver, > which does it the same way. > >

[PATCH] drivers: net: wireless: rsi: return explicit error values

2019-06-27 Thread Enrico Weigelt, metux IT consult
From: Enrico Weigelt Explicitly return constants instead of variable (and rely on it to be explicitly initialized), if the value is supposed to be fixed anyways. Align it with the rest of the driver, which does it the same way. Signed-off-by: Enrico Weigelt ---