[PATCH 16/19] drivers/staging: Use PCI_VDEVICE

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> --- a/drivers/staging/vt6655/device_main.c
> +++ b/drivers/staging/vt6655/device_main.c
> @@ -344,7 +344,7 @@ static CHIP_INFO chip_info_table[]= {
>  };
>  
>  static struct pci_device_id device_id_table[] __devinitdata = {
> -{ 0x1106, 0x3253, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (int)&chip_info_table[0]},
> +{ PCI_VDEVICE(VIA, 0x3253), (int)&chip_info_table[0]},

Hmm, pointer chopped to 4 bytes on 64-bit. Could you fix that up too?



[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux