Commit 1f5d9c08 authored by Alessandro Rubini's avatar Alessandro Rubini

kernel: some cleanup in kernel messages

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 9cbb90fb
......@@ -12,7 +12,7 @@ irqreturn_t t_handler(int irq, void *dev_id)
struct fmc_device *fmc = dev_id;
fmc->op->irq_ack(fmc);
printk("%s: irq %i\n", __func__, irq);
dev_info(fmc->hwdev, "received irq %i\n", irq);
return IRQ_HANDLED;
}
......
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