Changeset 493

Show
Ignore:
Timestamp:
06/23/99 20:39:47 (14 years ago)
Author:
frodo
Message:

SiS5595 driver correction, which made any insertion impossible

Never put a semicolon after an if :-(

I have a SiS5595 here, which reports his chip monitor address as 0x0000.
Strange thing...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/chips/sis5595.c

    r467 r493  
    277277#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,54)) 
    278278  if (! (s_bridge = pci_find_device( 
    279                    PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503, NULL))); 
     279                   PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503, NULL))) 
    280280                 
    281281#else