These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / mfd / si476x-i2c.c
index 7f87c62..fb4ce6d 100644 (file)
@@ -777,7 +777,8 @@ static int si476x_core_probe(struct i2c_client *client,
                rval = devm_request_threaded_irq(&client->dev,
                                                 client->irq, NULL,
                                                 si476x_core_interrupt,
-                                                IRQF_TRIGGER_FALLING,
+                                                IRQF_TRIGGER_FALLING |
+                                                IRQF_ONESHOT,
                                                 client->name, core);
                if (rval < 0) {
                        dev_err(&client->dev, "Could not request IRQ %d\n",
@@ -872,7 +873,6 @@ MODULE_DEVICE_TABLE(i2c, si476x_id);
 static struct i2c_driver si476x_core_driver = {
        .driver         = {
                .name   = "si476x-core",
-               .owner  = THIS_MODULE,
        },
        .probe          = si476x_core_probe,
        .remove         = si476x_core_remove,