commit | a1e58bbdc969c3fe60addca7f2729779d22a83c1 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Thu Apr 10 13:38:23 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Apr 10 15:34:05 2008 -0700 |
tree | c8b94e446e4e4298be6c43d0fbff94ed6e60c030 | |
parent | f17520e1f19172057328e50ffed01a42534921e9 [diff] |
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>