|
@@ -2618,7 +2618,7 @@ static int bcm2048_i2c_driver_probe(struct i2c_client *client,
|
|
|
|
|
|
if (client->irq) {
|
|
if (client->irq) {
|
|
err = request_irq(client->irq,
|
|
err = request_irq(client->irq,
|
|
- bcm2048_handler, IRQF_TRIGGER_FALLING | IRQF_DISABLED,
|
|
|
|
|
|
+ bcm2048_handler, IRQF_TRIGGER_FALLING,
|
|
client->name, bdev);
|
|
client->name, bdev);
|
|
if (err < 0) {
|
|
if (err < 0) {
|
|
dev_err(&client->dev, "Could not request IRQ\n");
|
|
dev_err(&client->dev, "Could not request IRQ\n");
|