On 06/08/2016 04:00 AM, Borislav Petkov wrote:
On Tue, Jun 07, 2016 at 03:35:57PM -0500, ttha...@opensource.altera.com wrote:
From: Thor Thayer <ttha...@opensource.altera.com>

To better support child devices, the ECC manager needs to be
implemented as an IRQ controller.

Signed-off-by: Thor Thayer <ttha...@opensource.altera.com>
---
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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to