From: Mateusz Krawczuk Date: Sat, 21 Sep 2013 14:00:49 +0000 (-0300) Subject: [media] s5p-tv: mixer: Prepare for common clock framework X-Git-Tag: v3.14-rc1~20^2~377 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03ce1a13ccdfa61bf8f3bdcc7f10e2580db71149;p=pandora-kernel.git [media] s5p-tv: mixer: Prepare for common clock framework Replace clk_enable() by clock_enable_prepare() and clk_disable() with clk_disable_unprepare(). clk_{prepare/unprepare} calls are required by common clock framework and this driver was missed while converting all users of the Samsung original clocks driver to its new implementation based on the common clock API. Signed-off-by: Mateusz Krawczuk Signed-off-by: Kyungmin Park Acked-by: Tomasz Stanislawski [s.nawrocki@samsung.com: edited commit description] Signed-off-by: Sylwester Nawrocki Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed