From: Timur Tabi <ti...@codeaurora.org> Date: Tue, 13 Dec 2016 17:49:02 -0600
> On ACPI systems, clocks are not available to drivers directly. They are > handled exclusively by ACPI and/or firmware, so there is no clock driver. > Calls to clk_get() always fail, so we should not even attempt to claim > any clocks on ACPI systems. > > Signed-off-by: Timur Tabi <ti...@codeaurora.org> > --- > > Notes: > v2: move check into functions Applied, thanks.