From b4482a4b2e2ff5ed96d8d16d72e83e75064062c5 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 14 Oct 2007 19:35:40 +0100 Subject: more trivial signedness fixes in drivers Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- drivers/ata/sata_via.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/ata/sata_via.c') diff --git a/drivers/ata/sata_via.c b/drivers/ata/sata_via.c index 1dc9b4f..cc6ee08 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) int rc; struct ata_host *host; int board_id = (int) ent->driver_data; - const int *bar_sizes; + const unsigned *bar_sizes; if (!printed_version++) dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n"); -- cgit v1.1