[TRIVIAL][PATCH][2.5] ftape bitops -> long fix

From: Mikael Pettersson (mikpe@csd.uu.se)
Date: Thu Jul 25 2002 - 11:09:40 EST


Silence bitop on non-long argument warnings.

--- linux-2.5.28/drivers/char/ftape/zftape/zftape-init.c.~1~ Wed Feb 20 03:11:00 2002
+++ linux-2.5.28/drivers/char/ftape/zftape/zftape-init.c Thu Jul 25 02:13:02 2002
@@ -67,7 +67,7 @@
 
 /* Local vars.
  */
-static int busy_flag;
+static unsigned long busy_flag;
 
 static sigset_t orig_sigmask;
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 30 2002 - 14:00:21 EST