From c7ff48212d3ede34aa41842929a5b3ebf8f5ca4d Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Wed, 9 Jul 2014 15:35:30 +0300 Subject: [PATCH] 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-format-patch failed