Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 884c06f4 authored by Dan Carpenter's avatar Dan Carpenter Committed by David S. Miller
Browse files

plip: remove superflous return



This return isn't reachable and it obscures the goto on the line before.

Signed-off-by: default avatarDan Carpenter <error27@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ad01b7d4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1279,7 +1279,6 @@ static void plip_attach (struct parport *port)
		if (!nl->pardev) {
			printk(KERN_ERR "%s: parport_register failed\n", name);
			goto err_free_dev;
			return;
		}

		plip_init_netdev(dev);