| commit | ba27816cd8167c64652406d86ca78bcc5989f20f | [log] [tgz] |
|---|---|---|
| author | Dimitris Michailidis <dm@chelsio.com> | Tue Dec 14 21:36:50 2010 +0000 |
| committer | David S. Miller <davem@davemloft.net> | Thu Dec 16 13:16:02 2010 -0800 |
| tree | 8185a4d973b641db929557ea81998d196e9793d6 | |
| parent | 8cd18ac47f9642bcd0d30d4b3521359b1896c208 [diff] |
cxgb4: correct formatting of MSI-X interrupt names The last byte of the buffer for MSI-X names could not be used due to a bogus -1. Also do not explicitly clear the last byte, snprintf will do the right thing. Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>