diff options
-rw-r--r-- | drivers/video/fbdev/s3fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/s3fb.c b/drivers/video/fbdev/s3fb.c index c43b969e1e23..f0ae61a37f04 100644 --- a/drivers/video/fbdev/s3fb.c +++ b/drivers/video/fbdev/s3fb.c | |||
@@ -1182,7 +1182,7 @@ static int s3_pci_probe(struct pci_dev *dev, const struct pci_device_id *id) | |||
1182 | 1182 | ||
1183 | pcibios_bus_to_resource(dev->bus, &vga_res, &bus_reg); | 1183 | pcibios_bus_to_resource(dev->bus, &vga_res, &bus_reg); |
1184 | 1184 | ||
1185 | par->state.vgabase = (void __iomem *) vga_res.start; | 1185 | par->state.vgabase = (void __iomem *) (unsigned long) vga_res.start; |
1186 | 1186 | ||
1187 | /* Unlock regs */ | 1187 | /* Unlock regs */ |
1188 | cr38 = vga_rcrt(par->state.vgabase, 0x38); | 1188 | cr38 = vga_rcrt(par->state.vgabase, 0x38); |