mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 13:10:19 +02:00
Without the terminator, if a con_id is passed to gpio_find() that
does not exist in the lookup table the function will not stop looping
correctly, and eventually cause an oops.
Fixes:
|
||
|---|---|---|
| .. | ||
| clk_and_regulator.c | ||
| common.c | ||
| common.h | ||
| discrete.c | ||
| Kconfig | ||
| Makefile | ||
| tps68470.c | ||
| tps68470.h | ||
| tps68470_board_data.c | ||