I've applied your patches, thanks. But PLEASE!
In the future use a mailer that does not undo tab
characters, I could not apply your patch as-is I had
to hand apply it because:
- if (pt->data) {
+ if ((pt->data) && ((int)(pt->data)!=1)) {
had the said corruption.
-
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/