devices/ccat/netdev.c
branchstable-1.5
changeset 2574 99ef4dcaba0f
parent 2573 ad9a35065387
child 2576 f6a5b3bb0594
--- a/devices/ccat/netdev.c	Thu Jun 05 17:41:48 2014 +0200
+++ b/devices/ccat/netdev.c	Thu Jun 05 17:54:35 2014 +0200
@@ -425,7 +425,6 @@
 {
 	struct ccat_eth_priv *const priv = netdev_priv(dev);
 	struct ccat_mac_register mac;
-
 	memcpy_fromio(&mac, priv->reg.mac, sizeof(mac));
 	storage->rx_packets = mac.rx_frames;	/* total packets received       */
 	storage->tx_packets = mac.tx_frames;	/* total packets transmitted    */
@@ -500,9 +499,6 @@
 	/* ccat register mappings */
 	memcpy_fromio(&priv->info, addr, sizeof(priv->info));
 	ccat_eth_priv_init_mappings(priv);
-	/* XXX disabled in release
-	 * ccat_print_function_info(priv);
-	 */
 
 	if (ccat_eth_priv_init_dma(priv)) {
 		pr_warn("%s(): DMA initialization failed.\n", __FUNCTION__);