linux/drivers/net/ethernet/cadence
Sudip Mukherjee 36df745536 net: macb: fix build warning
We are getting build warning about:
macb.c:2889:13: warning: 'tx_clk' may be used uninitialized in this function
macb.c:2888:11: warning: 'hclk' may be used uninitialized in this function

In reality they are not used uninitialized as clk_init() will initialize
them, this patch will just silence the warning.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-01-25 10:51:52 -08:00
..
Kconfig drivers/net: remove all references to obsolete Ethernet-HOWTO 2015-06-23 06:50:35 -07:00
macb.c net: macb: fix build warning 2016-01-25 10:51:52 -08:00
macb.h net: ethernet: cadence-macb: Add disabled usrio caps 2016-01-07 16:26:36 -05:00
Makefile net/macb: merge at91_ether driver into macb driver 2015-03-07 22:31:37 -05:00