Commit fe86999e authored by David S. Miller's avatar David S. Miller

[I2C]: Fix resource address typing.

parent ba2208ee
...@@ -124,7 +124,7 @@ static int bit_savi2c_getsda(void *data) ...@@ -124,7 +124,7 @@ static int bit_savi2c_getsda(void *data)
static int config_s4(struct pci_dev *dev) static int config_s4(struct pci_dev *dev)
{ {
unsigned int cadr; unsigned long cadr;
/* map memory */ /* map 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