From: Fabio Estevam Date: Thu, 23 Jan 2014 23:55:04 +0000 (-0800) Subject: drivers/rtc/rtc-mxc.c: remove unneeded label X-Git-Tag: v3.14-rc1~108^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbd5e754cb03c134ed45ff3417606daf61f576ca;p=pandora-kernel.git drivers/rtc/rtc-mxc.c: remove unneeded label There is no need to jump to the 'exit_free_pdata' label when devm_clk_get() fails, as we can directly return the error and simplify the code a bit. Signed-off-by: Fabio Estevam Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed