[PATCH-2.4.26] sddr09 cleanup

From: Willy TARREAU
Date: Sun Mar 28 2004 - 07:20:19 EST


Hi Marcelo,

sddr09 prints a warning about print_heap() which is not used.
I ifdef'ed it out so that is still is usable for debugging
purposes.

Please apply following patch to 2.4.26-rc1.
Willy


--- ./drivers/usb/storage/sddr09.c.orig Sun Mar 28 14:03:46 2004
+++ ./drivers/usb/storage/sddr09.c Sun Mar 28 14:04:31 2004
@@ -437,7 +437,6 @@

return result;
}
-#endif

/*
* Request Sense Command: 12 bytes.
@@ -465,6 +464,7 @@

return result;
}
+#endif

/*
* Read Command: 12 bytes.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/