RE: [PATCH 1/2] infiniband: cxgb4: Fix some format strings

2015-02-05 Thread Steve Wise
: Rasmus Villemoes; linux-r...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: [PATCH 1/2] infiniband: cxgb4: Fix some format strings > > PDBG prepends MOD (which expands to "iw_cxgb4" ":") to the format > string. So the KERN_INFO just ends up in the middle whe

[PATCH 1/2] infiniband: cxgb4: Fix some format strings

2015-02-05 Thread Rasmus Villemoes
PDBG prepends MOD (which expands to "iw_cxgb4" ":") to the format string. So the KERN_INFO just ends up in the middle where it just garbles the output. At the same place, there's obviously no reason to add MOD explicitly. The two other are straight-forward fixes of KERN_ERR KERN_ERR, where the sec