mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-13 07:40:02 +00:00
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 | ||
| gpio.c | ||
| irq.c | ||
| Makefile | ||
| memory.c | ||
| Platform | ||
| platform.c | ||
| prom.c | ||
| setup.c | ||
| time.c | ||