Re: [PATCH] gpu: poulsbo: Use PCI_VDEVICE macro

From: Joey Lee
Date: Mon Mar 28 2011 - 04:30:18 EST


æ åï2011-03-24 æ 12:40 +0800ïAxel Lin æåï
> Signed-off-by: Axel Lin <axel.lin@xxxxxxxxx>
> ---
> drivers/gpu/stub/poulsbo.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/stub/poulsbo.c b/drivers/gpu/stub/poulsbo.c
> index 7edfd27..c7dfba9 100644
> --- a/drivers/gpu/stub/poulsbo.c
> +++ b/drivers/gpu/stub/poulsbo.c
> @@ -22,8 +22,8 @@ enum {
> };
>
> static DEFINE_PCI_DEVICE_TABLE(pciidlist) = {
> - {0x8086, 0x8108, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_PSB_8108}, \
> - {0x8086, 0x8109, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_PSB_8109}, \
> + {PCI_VDEVICE(INTEL, 0x8108), CHIP_PSB_8108}, \
> + {PCI_VDEVICE(INTEL, 0x8109), CHIP_PSB_8109}, \
> {0, 0, 0}
> };
>

Acked-by: Lee, Chun-Yi <jlee@xxxxxxxxxx>


Good to me, thank's

Joey Lee

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