Re: [PATCH] serial/core: Fix too big allocation for attribute member

2014-07-23 Thread Daniel Thompson
On 23/07/14 07:06, Yoshihiro YUNOMAE wrote: > Current code allocates too much data for tty_groups member of uart_port > struct, > so fix it. > > Signed-off-by: Yoshihiro YUNOMAE > CC: Greg Kroah-Hartman > CC: Dan Carpenter Reviewed-by: Daniel Thompson (using linux-next tree for context). --

[PATCH] serial/core: Fix too big allocation for attribute member

2014-07-22 Thread Yoshihiro YUNOMAE
Current code allocates too much data for tty_groups member of uart_port struct, so fix it. Signed-off-by: Yoshihiro YUNOMAE CC: Greg Kroah-Hartman CC: Dan Carpenter --- drivers/tty/serial/serial_core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/se