diff options
author | Peter Hurley <peter@hurleysoftware.com> | 2013-06-15 15:36:02 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-24 01:47:07 +0200 |
commit | 1cef50e317c3395c6e8451f2b82a155db6ef2b42 (patch) | |
tree | 5721c11c135878e4806b118b5cef5dc407e1b9b7 /drivers/reset | |
parent | tty: Compute flip buffer ptrs (diff) | |
download | linux-1cef50e317c3395c6e8451f2b82a155db6ef2b42.tar.xz linux-1cef50e317c3395c6e8451f2b82a155db6ef2b42.zip |
tty: Fix flip buffer free list
Since flip buffers are size-aligned to 256 bytes and all flip
buffers 512-bytes or larger are not added to the free list, the
free list only contains 256-byte flip buffers.
Remove the list search when allocating a new flip buffer.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/reset')
0 files changed, 0 insertions, 0 deletions