Re: [PATCH] sx tty_driver add .owner field remove MOD_INC_DEC_USE_COUNT

From: Greg KH (greg@kroah.com)
Date: Thu May 29 2003 - 14:04:37 EST


On Tue, May 27, 2003 at 12:01:08AM +0000, Linux Kernel Mailing List wrote:
> ChangeSet 1.1424, 2003/05/26 17:01:08-07:00, rusty@xxxxxxxxxxxxxxx
>
> [PATCH] sx tty_driver add .owner field remove MOD_INC_DEC_USE_COUNT
>
> From: Hanna Linder <hannal@xxxxxxxxxx>
>
>
> # This patch includes the following deltas:
> # ChangeSet 1.1423 -> 1.1424
> # drivers/char/sx.c 1.29 -> 1.30
> #
>
> sx.c | 42 +-----------------------------------------
> 1 files changed, 1 insertion(+), 41 deletions(-)
>
>
> diff -Nru a/drivers/char/sx.c b/drivers/char/sx.c
> --- a/drivers/char/sx.c Mon May 26 18:26:48 2003
> +++ b/drivers/char/sx.c Mon May 26 18:26:48 2003
> @@ -305,7 +305,6 @@
> static int sx_get_CD (void * ptr);
> static void sx_shutdown_port (void * ptr);
> static int sx_set_real_termios (void *ptr);
> -static void sx_hungup (void *ptr);

Ick, this patch should be reverted, it should not be removing
sx_hungup() for no reason. I think Hanna agrees with this.

thanks,

greg k-h
-
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/