diff options
author | Jon Ringle <jringle@gridpoint.com> | 2014-04-26 02:11:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-28 21:22:42 +0200 |
commit | beb04a9f04d95b0d1fdb96719559612705dfc1c9 (patch) | |
tree | b924ec83de2fa5577f30ce636680966889c595b8 /Documentation/HOWTO | |
parent | serial: sc16is7xx: compile I2C when REGMAP_I2C is module (diff) | |
download | linux-beb04a9f04d95b0d1fdb96719559612705dfc1c9.tar.xz linux-beb04a9f04d95b0d1fdb96719559612705dfc1c9.zip |
serial: sc16is7xx: dynamically allocate tx/rx buffer
This fixes the warnings:
drivers/tty/serial/sc16is7xx.c: In function 'sc16is7xx_handle_rx':
>> drivers/tty/serial/sc16is7xx.c:548:1: warning: 'sc16is7xx_handle_rx' uses dynamic stack allocation [enabled by default]
drivers/tty/serial/sc16is7xx.c: In function 'sc16is7xx_handle_tx':
>> drivers/tty/serial/sc16is7xx.c:589:1: warning: 'sc16is7xx_handle_tx' uses dynamic stack allocation [enabled by default]
Signed-off-by: Jon Ringle <jringle@gridpoint.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/HOWTO')
0 files changed, 0 insertions, 0 deletions