commit | b513e522cb8bda32560fb6b7f0475aa56e486ab9 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Oct 13 15:53:12 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 14 02:18:19 2014 +0200 |
tree | b4203604a4e105b93445bbfd4154f32cdd91400d | |
parent | 3ff38237f183ecd8a190318e0046138b92ee5e35 [diff] |
drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffers Instead of pushing each byte let's reduce stack usage by using %*ph specifier. 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>