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-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html