|
@@ -1498,9 +1498,9 @@ static struct pci_driver cx23885_pci_driver = {
|
|
|
static int cx23885_init(void)
|
|
|
{
|
|
|
printk(KERN_INFO "cx23885 driver version %d.%d.%d loaded\n",
|
|
|
- (CX88_VERSION_CODE >> 16) & 0xff,
|
|
|
- (CX88_VERSION_CODE >> 8) & 0xff,
|
|
|
- CX88_VERSION_CODE & 0xff);
|
|
|
+ (CX23885_VERSION_CODE >> 16) & 0xff,
|
|
|
+ (CX23885_VERSION_CODE >> 8) & 0xff,
|
|
|
+ CX23885_VERSION_CODE & 0xff);
|
|
|
#ifdef SNAPSHOT
|
|
|
printk(KERN_INFO "cx23885: snapshot date %04d-%02d-%02d\n",
|
|
|
SNAPSHOT/10000, (SNAPSHOT/100)%100, SNAPSHOT%100);
|