Skip to content
Commit c7ff4821 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Jan Kara
Browse files

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: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 2c15ac5b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment