lkml.org 
[lkml]   [2003]   [Apr]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Linux 2.5.68 - Debug statement after return in drivers/block/paride/bpck6.c
Date
-----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
devenyga@mcmaster.ca

- ---FILE---

- --- linux-2.5.68/drivers/block/paride/bpck6.c 2003-04-19 22:49:57.000000000 -0400
+++ linux-2.5.68-changed/drivers/block/paride/bpck6.c 2003-05-01 14:43:12.000000000 -0400
@@ -193,11 +193,11 @@
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
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/

\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.020 / U:2.692 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site