|
@@ -731,7 +731,7 @@ static int vt8623_pci_probe(struct pci_dev *dev, const struct pci_device_id *id)
|
|
|
|
|
|
|
|
pcibios_bus_to_resource(dev->bus, &vga_res, &bus_reg);
|
|
pcibios_bus_to_resource(dev->bus, &vga_res, &bus_reg);
|
|
|
|
|
|
|
|
- par->state.vgabase = (void __iomem *) vga_res.start;
|
|
|
|
|
|
|
+ par->state.vgabase = (void __iomem *) (unsigned long) vga_res.start;
|
|
|
|
|
|
|
|
/* Find how many physical memory there is on card */
|
|
/* Find how many physical memory there is on card */
|
|
|
memsize1 = (vga_rseq(par->state.vgabase, 0x34) + 1) >> 1;
|
|
memsize1 = (vga_rseq(par->state.vgabase, 0x34) + 1) >> 1;
|