commit | 54ceb9ec6fe8e64067b164e6b161dd63905c059f | [log] [tgz] |
---|---|---|
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | Tue Dec 02 18:07:18 2014 -0600 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 09 13:13:39 2014 -0500 |
tree | 0351fc9013b4ce8ac3b79a709fd3ead907428a47 | |
parent | 9cdfe2c709c4f6076249ced6844b2bea420739c4 [diff] |
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 <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>