From: Lendacky, Thomas Date: Wed, 3 Dec 2014 00:07:18 +0000 (-0600) Subject: amd-xgbe: IRQ names require allocated memory X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54ceb9ec6fe8e64067b164e6b161dd63905c059f;p=pandora-kernel.git amd-xgbe: IRQ names require allocated memory When requesting an irq, the name passed in must be (part of) allocated memory. The irq name was a local variable and resulted in random characters when listing /proc/interrupts. Add a character field to the xgbe_channel structure to hold the irq name and use that. Signed-off-by: Tom Lendacky Signed-off-by: David S. Miller --- Reading git-diff-tree failed