mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 10:35:54 -04:00
staging: ti dspbridge: fix compilation error
This patch fix a compilation error in uuid_hex_to_bin due to the patch "simplify and clean up" Signed-off-by: Rene Sapiens <rene.sapiens@ti.com> Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a6bff488e7
commit
0d9073abb7
@@ -58,6 +58,7 @@ static s32 uuid_hex_to_bin(char *buf, s32 len)
|
||||
{
|
||||
s32 i;
|
||||
s32 result = 0;
|
||||
int value;
|
||||
|
||||
for (i = 0; i < len; i++) {
|
||||
value = hex_to_bin(*buf++);
|
||||
|
||||
Reference in New Issue
Block a user