diff options
author | Michael Straube <[email protected]> | 2022-09-28 16:43:20 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-09-30 14:34:30 +0200 |
commit | 29c7dbbcd08c6d7f168797867e85dc008d868eb9 (patch) | |
tree | 4352978425b17bf8a58cdc2fbd88cf1d44765efe /lib | |
parent | 280f669ba63aa20082ffc7daa8fade8e738c944e (diff) |
staging: r8188eu: convert ODM_ReadAndConfig_MAC_REG_8188E() to int
The function ODM_ReadAndConfig_MAC_REG_8188E() has return type
'enum HAL_STATUS'. Convert the return type to int and use common
kernel error logic. Return 0 on success and negative values on
failure. The goal is to get rid of enum HAL_STATUS in the end.
Signed-off-by: Michael Straube <[email protected]>
Tested-by: Philipp Hortmann <[email protected]> # Edimax N150
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions