From: Andy Shevchenko Date: Wed, 9 Jul 2014 12:35:30 +0000 (+0300) Subject: fs/udf: re-use hex_asc_upper_{hi,lo} macros X-Git-Tag: omap-for-v3.17/fixes-against-rc2~84^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7ff48212d3ede34aa41842929a5b3ebf8f5ca4d;p=pandora-kernel.git fs/udf: re-use hex_asc_upper_{hi,lo} macros This patch cleans up udf_translate_to_linux() a bit by using globally defined macros instead of custom code. We can use sprintf(buf, "%04X", ...) there as well, but this one faster. Signed-off-by: Andy Shevchenko Signed-off-by: Jan Kara --- Reading git-diff-tree failed