git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c15ac5
)
fs/udf: re-use hex_asc_upper_{hi,lo} macros
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Wed, 9 Jul 2014 12:35:30 +0000
(15:35 +0300)
committer
Jan Kara
<jack@suse.cz>
Tue, 15 Jul 2014 20:40:24 +0000
(22:40 +0200)
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 <andriy.shevchenko@linux.intel.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/unicode.c
patch
|
blob
|
history
diff --cc
fs/udf/unicode.c
Simple merge