diff --git a/[refs] b/[refs] index f374afd8cad5..fa112fbd0b75 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a6bff488e7267b65d7c6b2e0d5d2dd2257e65ea4 +refs/heads/master: 0d9073abb7735dc7005a76835af055f4b6851586 diff --git a/trunk/drivers/staging/tidspbridge/gen/uuidutil.c b/trunk/drivers/staging/tidspbridge/gen/uuidutil.c index eb09bc32e881..070761bf62bb 100644 --- a/trunk/drivers/staging/tidspbridge/gen/uuidutil.c +++ b/trunk/drivers/staging/tidspbridge/gen/uuidutil.c @@ -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++);