linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 7/7] common.c:105 Variable 'gephy' is  never used.
@ 2015-03-13 13:44 Ameen Ali
  2015-03-13 14:08 ` Andrew Lunn
  2015-03-13 14:19 ` Russell King - ARM Linux
  0 siblings, 2 replies; 5+ messages in thread
From: Ameen Ali @ 2015-03-13 13:44 UTC (permalink / raw)
  To: linux-arm-kernel

Variable 'gephy' is assigned a value that is never used.

Signed-off-by : <AmeenALi023@gmail.com>
---
 arch/arm/mach-dove/common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c
index 0d1a892..115a413 100644
--- a/arch/arm/mach-dove/common.c
+++ b/arch/arm/mach-dove/common.c
@@ -113,7 +113,7 @@ static void __init dove_clk_init(void)
 	orion_clkdev_add(NULL, "orion_spi.1", tclk);
 	orion_clkdev_add(NULL, "orion_wdt", tclk);
 	orion_clkdev_add(NULL, "mv64xxx_i2c.0", tclk);
-
+        orion_clkdev_add(NULL,"mv643xx_eth_port.0",gephy);
 	orion_clkdev_add(NULL, "orion-ehci.0", usb0);
 	orion_clkdev_add(NULL, "orion-ehci.1", usb1);
 	orion_clkdev_add(NULL, "mv643xx_eth_port.0", ge);
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-13 15:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13 13:44 [PATCH 7/7] common.c:105 Variable 'gephy' is never used Ameen Ali
2015-03-13 14:08 ` Andrew Lunn
2015-03-13 14:19 ` Russell King - ARM Linux
2015-03-13 14:48   ` Andrew Lunn
2015-03-13 15:18     ` Russell King - ARM Linux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).