diff options
| author | Konrad Zapalowicz <bergo.torino@gmail.com> | 2014-08-06 16:21:21 +0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-08-16 23:23:13 +0400 |
| commit | ea6e9dea2e72a7abd146a2c5bab726b27f34b36c (patch) | |
| tree | 784e49ea37af16f4b29fd670ec9e8c04898d07ff /include/linux | |
| parent | 338fd80f9da7772ff3b957adb7ae1ed4615c484c (diff) | |
| download | linux-ea6e9dea2e72a7abd146a2c5bab726b27f34b36c.tar.xz | |
staging: dgnc: Fix frame size is larger than 1024B
This comit fixes the following sparse warnign:
drivers/staging/dgnc/dgnc_tty.c:572:1:
warning: the frame size of 1060 bytes is larger than 1024 bytes
[-Wframe-larger-than=]
This was caused by having buffer as an automatic variable. This commit
moves it from the stack to the heap.
Signed-off-by: Konrad Zapalowicz <bergo.torino@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
