From: David Dueck Date: Wed, 17 Sep 2014 12:26:48 +0000 (+0200) Subject: can: at91_can: add missing prepare and unprepare of the clock X-Git-Tag: fixes-for-v3.18-merge-window~87^2~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e77980e50bc2850599d4d9c0192b67a9ffd6daac;p=pandora-kernel.git can: at91_can: add missing prepare and unprepare of the clock In order to make the driver work with the common clock framework, this patch converts the clk_enable()/clk_disable() to clk_prepare_enable()/clk_disable_unprepare(). While there, add the missing error handling. Signed-off-by: David Dueck Signed-off-by: Anthony Harivel Acked-by: Boris Brezillon Cc: linux-stable Signed-off-by: Marc Kleine-Budde --- Reading git-diff-tree failed