On 06/08/2016 04:00 AM, Borislav Petkov wrote:
On Tue, Jun 07, 2016 at 03:35:57PM -0500, tthayer@xxxxxxxxxxxxxxxxxxxxx wrote:
From: Thor Thayer <tthayer@xxxxxxxxxxxxxxxxxxxxx>
To better support child devices, the ECC manager needs to be
implemented as an IRQ controller.
Signed-off-by: Thor Thayer <tthayer@xxxxxxxxxxxxxxxxxxxxx>
---
v2 Update with cleanup/improvements from maintainer.
---
<snip>
+ } else {
+ WARN_ON(1);
}
- return IRQ_HANDLED;
+ return IRQ_NONE;
}
Simplified a bit more while applying. Ok?
Yes, yours is cleaner, Thanks!
<snip>
+ return IRQ_HANDLED;
}
- return IRQ_HANDLED;
+
+ WARN_ON(1);
+
+ return IRQ_NONE;
}
<snip>
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html