Thread (5 messages) 5 messages, 4 authors, 2019-12-19

Re: [PATCH 04/14] powerpc/vas: Setup IRQ mapping and register port for each window

From: Christoph Hellwig <hch@infradead.org>
Date: 2019-11-27 08:33:21
Also in: linux-devicetree

+static irqreturn_t vas_irq_handler(int virq, void *data)
+{
+	struct vas_instance *vinst = data;
+
+	pr_devel("VAS %d: virq %d\n", vinst->vas_id, virq);
+
+	return IRQ_HANDLED;
+}
An empty interrupt handler is rather pointless.  It later grows code,
but adding it without that is a bad idea.  Please squash the patches
into sesible chunks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help