From 048184540171672a724ab8f8bada7fcc0762f5c6 Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Fri, 5 Dec 2014 20:10:07 +0100 Subject: [PATCH] ALSA: atmel_abdac: Add missing clock prepare Clocks must be prepared before enabling them. Do this in one step. Replace clk_enable with clk_prepare_enable and clk_disable with clk_disable_unprepare. Signed-off-by: Alexander Stein Signed-off-by: Takashi Iwai --- Reading git-format-patch failed