public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpu: poulsbo: Use PCI_VDEVICE macro
@ 2011-03-24  4:40 Axel Lin
  0 siblings, 0 replies; 2+ messages in thread
From: Axel Lin @ 2011-03-24  4:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Lee, Chun-Yi, Dave Airlie

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 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}
 };
 
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gpu: poulsbo: Use PCI_VDEVICE macro
@ 2011-03-28  8:30 Joey Lee
  0 siblings, 0 replies; 2+ messages in thread
From: Joey Lee @ 2011-03-28  8:30 UTC (permalink / raw)
  To: axel.lin; +Cc: airlied, linux-kernel

於 四,2011-03-24 於 12:40 +0800,Axel Lin 提到:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
>  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@novell.com>


Good to me, thank's

Joey Lee


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-28  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-24  4:40 [PATCH] gpu: poulsbo: Use PCI_VDEVICE macro Axel Lin
  -- strict thread matches above, loose matches on Subject: below --
2011-03-28  8:30 Joey Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox