Re: [PATCH -next] firmware: fix google/gsmi.c build warning

From: Mike Waychison
Date: Wed Jul 27 2011 - 15:50:27 EST


On Wed, Jul 27, 2011 at 10:11 AM, Randy Dunlap <rdunlap@xxxxxxxxxxxx> wrote:
> From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
>
> Modify function parameter type to match expected type.  Fixes a
> build warning:
>
> drivers/firmware/google/gsmi.c:473: warning: initialization from incompatible pointer type
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
> Cc: Mike Waychison <mikew@xxxxxxxxxx>
> ---
>  drivers/firmware/google/gsmi.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-next-20110727.orig/drivers/firmware/google/gsmi.c
> +++ linux-next-20110727/drivers/firmware/google/gsmi.c
> @@ -420,7 +420,7 @@ static efi_status_t gsmi_get_next_variab
>
>  static efi_status_t gsmi_set_variable(efi_char16_t *name,
>                                      efi_guid_t *vendor,
> -                                     unsigned long attr,
> +                                     u32 attr,
>                                      unsigned long data_size,
>                                      void *data)
>  {
>

Looks good.
--
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/