drivers/rtc/rtc-mxc.c: remove unneeded label
authorFabio Estevam <fabio.estevam@freescale.com>
Thu, 23 Jan 2014 23:55:04 +0000 (15:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:36:59 +0000 (16:36 -0800)
commitfbd5e754cb03c134ed45ff3417606daf61f576ca
treeaf940a0d948e99f49994809ce7962052cf434ac9
parenta3e6ad6740c6e77beda83d4238f2123bf3aef45f
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 <fabio.estevam@freescale.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-mxc.c