The seq_printf return value, because it's frequently misused,
(as it is here, it doesn't return # of chars emitted) will
eventually be converted to void.
See: commit
|
||
|---|---|---|
| .. | ||
| include/plat | ||
| dma.c | ||
| Kconfig | ||
| Makefile | ||
| mfp.c | ||
| ssp.c | ||
The seq_printf return value, because it's frequently misused,
(as it is here, it doesn't return # of chars emitted) will
eventually be converted to void.
See: commit
|
||
|---|---|---|
| .. | ||
| include/plat | ||
| dma.c | ||
| Kconfig | ||
| Makefile | ||
| mfp.c | ||
| ssp.c | ||