From: Fabio Estevam Date: Mon, 19 Nov 2012 12:19:46 +0000 (-0200) Subject: w1: mxc_w1: Adapt the clock name to the new clock framework X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~85^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99ba2fd297ed475dc6782e9029d4da041a85706a;p=pandora-kernel.git w1: mxc_w1: Adapt the clock name to the new clock framework With the new i.mx clock framework the mxc_w1 clock is registered as: clk_register_clkdev(clk[owire_gate], NULL, "mxc_w1.0"); So we do not need to pass "owire" string and can use NULL instead. While at it, also fix the clock error handling code. Acked-by: Sascha Hauer Acked-by: Evgeniy Polyakov Signed-off-by: Fabio Estevam ----- Changes since v2: - Add Ack's Changes since v1: - Fix clock error handling drivers/w1/masters/mxc_w1.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed