The hi3110_cmd() is supposed to return zero on success and negative
error codes on failure, but it was accidentally declared as a u8 when
it needs to be an int type.
Fixes:
|
||
|---|---|---|
| .. | ||
| mcp251xfd | ||
| Kconfig | ||
| Makefile | ||
| hi311x.c | ||
| mcp251x.c | ||