commit | 2ef97a6c181eba48f14c9ed98ce4398d21164683 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Tue Jan 14 20:22:47 2020 +0100 |
committer | Jon Mason <jdmason@kudzu.us> | Fri Mar 13 10:03:49 2020 -0400 |
tree | 95b0726b52890b090c8b360e7bee6c9b7beb4697 | |
parent | 99a06056124dcf5cfc4c95278b86c6ff96aaa1ec [diff] |
ntb_tool: Fix printk format The correct printk format is %pa or %pap, but not %pa[p]. Fixes: 7f46c8b3a5523 ("NTB: ntb_tool: Add full multi-port NTB API support") Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Jon Mason <jdmason@kudzu.us>