Linux 2.5.68 - Fix debug statement after return in devices/net/wireless/arlan.c

Linux 2.5.68 - Fix debug statement after return in devices/net/wireless/arlan.c

Post by Gabriel Deveny » Thu, 01 May 2003 22:20:11



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

This patch applies to 2.5.68 and is listed on kbugs.org. The debug statement is never executed becasue it is after a return.

Please CC me with any discussion.
- --
Building the Future,
Gabriel Devenyi

- ---FILE---

- --- linux-2.5.68/drivers/net/wireless/arlan.c 2003-04-19 22:50:06.000000000 -0400

        else
        {
                netif_stop_queue (dev);
- -             return -1;
                IFDEBUG(ARLAN_DEBUG_TX_CHAIN)
                        printk(KERN_ERR "TX TAIL & HEAD full, return, tailStart %d headEnd %d\n", tailStarts, headEnds);
+               return -1;
        }
        priv->out_bytes += length;
        priv->out_bytes10 += length;

- ---ENDFILE---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+sX/t7I5UBdiZaF4RAqcIAJ9DX4cjmRq7qym+xqOufQ9qctMN4ACeJyIg
bB90sFAXAQrwY7SxIzosFaM=
=QDal
-----END PGP SIGNATURE-----

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

1. Linux 2.5.68 - Debug statement after return in drivers/block/paride/bpck6.c

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

This patch applies to 2.5.68, it is listed on kbugs.org. The verbose debug statement is after the return so it is never executed.

Please CC me with any discussion.
- --
Building the Future,
Gabriel Devenyi

- ---FILE---

- --- linux-2.5.68/drivers/block/paride/bpck6.c 2003-04-19 22:49:57.000000000 -0400

        if(out)
        {
                ppc6_close(PPCSTRUCT(pi));
- -             return(1);      
                if(verbose)
                {
                        printk(KERN_DEBUG "leaving probe\n");
                }
+               return(1);
        }
        else
        {

- ---ENDFILE---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+sYDV7I5UBdiZaF4RAkODAJ4wmY1AYo3dONkEbTjGLyQ9gEI1mwCgkxJW
rJQttaDC4vtrXjaplT+9eAk=
=bUUN
-----END PGP SIGNATURE-----

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

2. hostname hijacked?

3. Linux 2.5.68 - Fix module_put after return statement

4. rsh write local

5. Linux 2.5.68 - Fix module_put after return in drivers/net/wan/n2.c

6. QIC tape programming issue

7. Linux 2.5.68 - Fix FreeXid after return in fs/cifs/inode.c

8. Typo in mol.sh?

9. KernelJanitor: Convert remaining error returns to return -E Linux 2.5.68

10. 2.5.68 and 2.5.68-mm2

11. [2.5.68] kexec for 2.5.68 available

12. KernelJanitor: Convert remaining error returns to ret urn -E Linux 2.5.68