SYNOPSIS
- void clk_unprepare(struct clk * clk);
ARGUMENTS
clk
-
- clock source
DESCRIPTION
This undoes a previously prepared clock. The caller must balance the number of prepare and unprepare calls.
Must not be called from within atomic context.
COPYRIGHT