Re: [PATCH] staging: ti dspbridge: fix compilation error

From: Andy Shevchenko
Date: Fri Jul 09 2010 - 19:37:39 EST


On Sat, Jul 10, 2010 at 1:48 AM, Rene Sapiens <rene.sapiens@xxxxxx> wrote:
> 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@xxxxxx>
Oh, previous version of patch was sent. Thanks for fix.

ACK.

> ---
> Âdrivers/staging/tidspbridge/gen/uuidutil.c | Â Â1 +
> Â1 files changed, 1 insertions(+), 0 deletions(-)
> Âmode change 100644 => 100755 drivers/staging/tidspbridge/gen/uuidutil.c
>
> diff --git a/drivers/staging/tidspbridge/gen/uuidutil.c b/drivers/staging/tidspbridge/gen/uuidutil.c
> index eb09bc3..070761b
> --- a/drivers/staging/tidspbridge/gen/uuidutil.c
> +++ b/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++);
> --
> 1.6.3.3
>
>



--
With Best Regards,
Andy Shevchenko
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/