projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82e25dc
)
clk: at91: sckc: remove unnecessary line
author
Claudiu Beznea
<claudiu.beznea@microchip.com>
Thu, 27 Jun 2019 15:53:43 +0000
(18:53 +0300)
committer
Stephen Boyd
<sboyd@kernel.org>
Thu, 27 Jun 2019 18:18:20 +0000
(11:18 -0700)
Remove unnecessary line.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/at91/sckc.c
patch
|
blob
|
history
diff --git
a/drivers/clk/at91/sckc.c
b/drivers/clk/at91/sckc.c
index 0641f9b37333dd7a801a40ed27efc1cab296a8ac..a9c2ad68e155ced4a27899b3ab866703d2472a56 100644
(file)
--- a/
drivers/clk/at91/sckc.c
+++ b/
drivers/clk/at91/sckc.c
@@
-596,7
+596,6
@@
static void __init of_sama5d4_sckc_setup(struct device_node *np)
osc->startup_usec = 1200000;
osc->bits = &at91sama5d4_bits;
- hw = &osc->hw;
ret = clk_hw_register(NULL, &osc->hw);
if (ret) {
kfree(osc);