Re: [PATCH] Driver Core update for 2.6.4

From: Greg KH
Date: Mon Mar 15 2004 - 19:04:55 EST


ChangeSet 1.1608.84.15, 2004/03/15 14:36:49-08:00, akpm@xxxxxxxx

[PATCH] cdev: warning fix

Against Jon's cdev stuff


drivers/char/tty_io.c | 1 -
1 files changed, 1 deletion(-)


diff -Nru a/drivers/char/tty_io.c b/drivers/char/tty_io.c
--- a/drivers/char/tty_io.c Mon Mar 15 15:28:13 2004
+++ b/drivers/char/tty_io.c Mon Mar 15 15:28:13 2004
@@ -2234,7 +2234,6 @@
int error;
int i;
dev_t dev;
- char *s;
void **p = NULL;

if (driver->flags & TTY_DRIVER_INSTALLED)

-
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/