diff options
Diffstat (limited to 'drivers/ata/sata_via.c')
-rw-r--r-- | drivers/ata/sata_via.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_via.c b/drivers/ata/sata_via.c index 1dc9b4f2b2dc..cc6ee0890f56 100644 --- a/drivers/ata/sata_via.c +++ b/drivers/ata/sata_via.c | |||
@@ -505,7 +505,7 @@ static int svia_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) | |||
505 | int rc; | 505 | int rc; |
506 | struct ata_host *host; | 506 | struct ata_host *host; |
507 | int board_id = (int) ent->driver_data; | 507 | int board_id = (int) ent->driver_data; |
508 | const int *bar_sizes; | 508 | const unsigned *bar_sizes; |
509 | 509 | ||
510 | if (!printed_version++) | 510 | if (!printed_version++) |
511 | dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n"); | 511 | dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n"); |