summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2015-05-13 15:54:40 +0900
committerStephen Boyd <sboyd@codeaurora.org>2015-05-14 14:04:18 -0700
commite0cdcda508f110b7ec190dc7c5eb2869ba73a535 (patch)
tree085d0f8f92d6ed77b35f6d14f785b09b6eac1dc6 /sound
parentbeb7a2a97103ce31df639b35b6f3a07ca7f77188 (diff)
downloadop-kernel-dev-e0cdcda508f110b7ec190dc7c5eb2869ba73a535.zip
op-kernel-dev-e0cdcda508f110b7ec190dc7c5eb2869ba73a535.tar.gz
clk: ti: dra7-atl-clock: Fix possible ERR_PTR dereference
of_clk_get_from_provider() returns ERR_PTR on failure. The dra7-atl-clock driver was not checking its return value and immediately used it in __clk_get_hw(). __clk_get_hw() dereferences supplied clock, if it is not NULL, so in that case it would dereference an ERR_PTR. Fixes: 9ac33b0ce81f ("CLK: TI: Driver for DRA7 ATL (Audio Tracking Logic)") Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud