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

Commit d99a0344 authored by Andre Haupt's avatar Andre Haupt Committed by Linus Torvalds
Browse files

parport: remove superfluous local variable

parent 929dfb24
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -199,8 +199,6 @@ int parport_wait_peripheral(struct parport *port,
	/* 40ms of slow polling. */
	deadline = jiffies + msecs_to_jiffies(40);
	while (time_before (jiffies, deadline)) {
		int ret;

		if (signal_pending (current))
			return -EINTR;