mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-29 09:14:10 +00:00
Make the behaviour of clk_get_rate consistent with common clk's
clk_get_rate by accepting NULL clocks as parameter, as some device
drivers rely on this.
Make the behaviour of clk_get_rate consistent with common clk's
clk_get_rate by accepting NULL clocks as parameter. Some device
drivers rely on this, and will cause an OOPS otherwise.
Fixes:
|
||
|---|---|---|
| .. | ||
| clock.c | ||
| ec_kb3310b.c | ||
| ec_kb3310b.h | ||
| irq.c | ||
| machtype.c | ||
| Makefile | ||
| pm.c | ||
| reset.c | ||