Re: [PATCH] ath6kl: Add __printf verification to ath6kl_dbg
From: Joe Perches <joe@perches.com>
Date: 2017-03-31 17:24:11
Also in:
linux-wireless, lkml
From: Joe Perches <joe@perches.com>
Date: 2017-03-31 17:24:11
Also in:
linux-wireless, lkml
On Fri, 2017-03-31 at 10:19 -0700, Steve deRosier wrote:
On Thu, Mar 30, 2017 at 3:57 PM, Joe Perches [off-list ref] wrote:quoted
Fix fallout too.
[]
My only question is why bother doing a format check on something that's going to be compiled out anyway?
To avoid introducing defects when writing new code and not using the debugging code path.