提交 fa15ce8a 编写于 作者: S Samuel Ortiz 提交者: Samuel Ortiz

mfd: fix da903x warning

The da903x interrupt handler is retruning an int instead of an irqreturn_t.
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 895d9f0f
......@@ -413,7 +413,7 @@ static void da903x_irq_work(struct work_struct *work)
enable_irq(chip->client->irq);
}
static int da903x_irq_handler(int irq, void *data)
static irqreturn_t da903x_irq_handler(int irq, void *data)
{
struct da903x_chip *chip = data;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册