Re: [PATCH] staging, gma500: Fix warning in power.c

From: Alan Cox
Date: Wed Dec 28 2011 - 08:52:10 EST


On Fri, 23 Dec 2011 00:46:45 +0600
Rakib Mullick <rakib.mullick@xxxxxxxxx> wrote:

> gma_resume_display() wants 'struct pci_dev *' as it's parameter, so
> lets pass dev->pdev instead of dev. Fixes the following warning.
>
> drivers/staging/gma500/power.c: In function âgma_power_beginâ:
> drivers/staging/gma500/power.c:269:3: warning: passing argument 1 of
> âgma_resume_displayâ from incompatible pointer type
> drivers/staging/gma500/power.c:99:13: note: expected âstruct pci_dev
> *â but argument is of type âstruct drm_device *â

This staging driver is now dead and replaced with
drivers/gpu/drm/gma500/. Thanks for the fix however

Alan
--
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/