forked from Minki/linux
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:
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++);
|
||||
|
Loading…
Reference in New Issue
Block a user