mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
The clk_register_divider() and clk_register_mux() functions returns
error pointers on error but this code checks for NULL. Fix that.
Fixes:
|
||
|---|---|---|
| .. | ||
| gate.c | ||
| Kconfig | ||
| Makefile | ||
| pll.c | ||
| sci-clk.c | ||
| syscon-clk.c | ||