devices/e100-2.6.37-ethercat.c
changeset 2589 2b9c78543663
parent 2237 2ff154f45d22
--- a/devices/e100-2.6.37-ethercat.c	Thu Sep 06 14:21:02 2012 +0200
+++ b/devices/e100-2.6.37-ethercat.c	Mon Nov 03 15:20:05 2014 +0100
@@ -1204,7 +1204,7 @@
 		config->multicast_all = 0x1;		/* 1=accept, 0=no */
 
 	/* disable WoL when up */
-	if (nic->ecdev || 
+	if (nic->ecdev ||
 			(netif_running(nic->netdev) || !(nic->flags & wol_magic)))
 		config->magic_packet_disable = 0x1;	/* 1=off, 0=on */
 
@@ -3037,7 +3037,8 @@
 		   pdev->irq, netdev->dev_addr);
 
 	if (nic->ecdev) {
-		if (ecdev_open(nic->ecdev)) {
+		err = ecdev_open(nic->ecdev);
+		if (err) {
 			ecdev_withdraw(nic->ecdev);
 			goto err_out_free;
 		}