commit | 5d909c8d54b114eddb7c50506f03bf7309a9192e | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Feb 12 15:02:26 2015 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Feb 12 18:54:15 2015 -0800 |
tree | 276ad2aa80b54b674b67e74552fbab443a235b8b | |
parent | 6f6f3fcb87a53c720941f4bd039ec2c0bce66625 [diff] |
hexdump: do a few calculations ahead Instead of doing calculations in each case of different groupsize let's do them beforehand. While there, change the switch to an if-else-if construction. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>