From 40ba3f0ff261a14107f3f52c67602fff8b88d980 Mon Sep 17 00:00:00 2001 From: Zhen Lei Date: Fri, 14 Nov 2014 10:10:40 +0800 Subject: [PATCH] clk: delete a local variable's repeated assignment It's the same to the next statement, "ret = clk->parent". I think compiler will optimize it, it's just not looking well. Signed-off-by: Zhen Lei Signed-off-by: Michael Turquette --- Reading git-format-patch failed