commit | c2b703b807e3aba4d2b542c9096c790186a6e71f | [log] [tgz] |
---|---|---|
author | Yoshihiro YUNOMAE <yoshihiro.yunomae.ez@hitachi.com> | Wed Jul 23 06:06:22 2014 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 23 18:56:17 2014 -0700 |
tree | 79a1d26e0edd12c1d2d4ff61d35d76c3c8c2b179 | |
parent | 48479148a2f5311a45867469ae43c983bf3b6c88 [diff] |
serial/core: Fix too big allocation for attribute member Current code allocates too much data for tty_groups member of uart_port struct, so fix it. Signed-off-by: Yoshihiro YUNOMAE <yoshihiro.yunomae.ez@hitachi.com> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>