On Thursday 26 August 2010 08:14:53 Dmitry Torokhov wrote:
> Courtesy of sparse...
> 
> Signed-off-by: Dmitry Torokhov <[email protected]>

Acked-by: Carlos Corbacho <[email protected]>

> ---
> 
>  drivers/platform/x86/wmi.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/platform/x86/wmi.c b/drivers/platform/x86/wmi.c
> index 030d5f2..63ad45e 100644
> --- a/drivers/platform/x86/wmi.c
> +++ b/drivers/platform/x86/wmi.c
> @@ -232,7 +232,7 @@ static int wmi_gtoa(const char *in, char *out)
>       for (i = 10; i <= 15; i++)
>               out += sprintf(out, "%02X", in[i] & 0xFF);
> 
> -     out = '\0';
> +     *out = '\0';
>       return 0;
>  }

-- 
E-Mail: [email protected]
Web: strangeworlds.co.uk
GPG Key ID: 0x23EE722D
--
To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" 
in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to