misc: bmp085: Clean up and enable use of interrupt for completion.
[deliverable/linux.git] / drivers / misc / bmp085-i2c.c
index 3abfcecf84240b57b32f7253d1742dec178561d1..a7c16295b8161f30ea2578c29ce02084554d2097 100644 (file)
@@ -49,7 +49,7 @@ static int bmp085_i2c_probe(struct i2c_client *client,
                return err;
        }
 
-       return bmp085_probe(&client->dev, regmap);
+       return bmp085_probe(&client->dev, regmap, client->irq);
 }
 
 static int bmp085_i2c_remove(struct i2c_client *client)
This page took 0.025688 seconds and 5 git commands to generate.