Commit 3ff02490 authored by David S. Miller's avatar David S. Miller

[I2C]: Fix resource address typing in i2c-voodoo3.c

parent 5707221a
...@@ -144,7 +144,7 @@ static int bit_vooddc_getsda(void *data) ...@@ -144,7 +144,7 @@ static int bit_vooddc_getsda(void *data)
static int config_v3(struct pci_dev *dev) static int config_v3(struct pci_dev *dev)
{ {
unsigned int cadr; unsigned long cadr;
/* map Voodoo3 memory */ /* map Voodoo3 memory */
cadr = dev->resource[0].start; cadr = dev->resource[0].start;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment