From: Andy Shevchenko Date: Thu, 12 Dec 2013 13:49:21 +0000 (+0200) Subject: net/sunrpc/cache: simplify code by using hex_pack_byte() X-Git-Tag: v3.14-rc1~44^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=056785ea51a657f55953f6b0195baac2cceb1f16;p=pandora-kernel.git net/sunrpc/cache: simplify code by using hex_pack_byte() hex_pack_byte() is a fast way to convert a byte in its ASCII representation. We may use it instead of custom approach. Signed-off-by: Andy Shevchenko Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed