]> git.itanic.dy.fi Git - linux-stable/commit
lzo: fix typo in decompressor
authorHarvey Harrison <harvey.harrison@gmail.com>
Thu, 10 Apr 2008 20:38:23 +0000 (13:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 Apr 2008 22:34:05 +0000 (15:34 -0700)
commita1e58bbdc969c3fe60addca7f2729779d22a83c1
treec8b94e446e4e4298be6c43d0fbff94ed6e60c030
parentf17520e1f19172057328e50ffed01a42534921e9
lzo: fix typo in decompressor

Shift of a LE value seems strange, probably meant to shift the cpu-order
variable as in the prvious section of the switch statement.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/lzo/lzo1x_decompress.c