rename kernel-maemo to kernel-power
[kernel-power] / kernel-maemo-2.6.28 / debian / patches / ppp_async_matan.diff
diff --git a/kernel-maemo-2.6.28/debian/patches/ppp_async_matan.diff b/kernel-maemo-2.6.28/debian/patches/ppp_async_matan.diff
deleted file mode 100644 (file)
index 25119aa..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
---- kernel-maemo-2.6.28.orig/drivers/net/ppp_async.c
-+++ kernel-maemo-2.6.28/drivers/net/ppp_async.c
-@@ -346,7 +346,7 @@
-  * This can now be called from hard interrupt level as well
-  * as soft interrupt level or mainline.
-  */
--static void
-+static int
- ppp_asynctty_receive(struct tty_struct *tty, const unsigned char *buf,
-                 char *cflags, int count)
- {
-@@ -354,7 +354,7 @@
-       unsigned long flags;
-       if (!ap)
--              return;
-+              return 0;
-       spin_lock_irqsave(&ap->recv_lock, flags);
-       ppp_async_input(ap, buf, cflags, count);
-       spin_unlock_irqrestore(&ap->recv_lock, flags);
-@@ -362,6 +362,7 @@
-               tasklet_schedule(&ap->tsk);
-       ap_put(ap);
-       tty_unthrottle(tty);
-+      return count;
- }
- static void