]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/parport/ieee1284.c
Staging: w35und: remove unused macros from common.h
[linux-2.6-omap-h63xx.git] / drivers / parport / ieee1284.c
index 0338b09126742300efd226e4fce332a0e2c0bbad..ac2a805ac7ea642e6bea96fc14bdcbe7a832b3c0 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: parport_ieee1284.c,v 1.4 1997/10/19 21:37:21 philip Exp $
+/*
  * IEEE-1284 implementation for parport.
  *
  * Authors: Phil Blundell <philb@gnu.org>
@@ -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;