From: Peter Hurley Date: Sat, 15 Jun 2013 13:36:02 +0000 (-0400) Subject: tty: Fix flip buffer free list X-Git-Tag: v3.12-rc1~182^2~196 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cef50e317c3395c6e8451f2b82a155db6ef2b42;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed