diff options
author | 2017-10-18 22:45:27 -0700 | |
---|---|---|
committer | 2017-10-27 11:01:37 +0300 | |
commit | 758f7e06063a87b67c118794a3ba8931cced67c6 (patch) | |
tree | 96517ba4b6086ff485fb4dc83e2d064a41fb530b /net/netfilter/x_tables.c | |
parent | brcmsmac: reindent split functions (diff) | |
download | wireguard-linux-758f7e06063a87b67c118794a3ba8931cced67c6.tar.xz wireguard-linux-758f7e06063a87b67c118794a3ba8931cced67c6.zip |
bcma: Use bcma_debug and not pr_cont in MIPS driver
Commit 66cc04424960 ("bcma: use bcma_debug and pr_cont in MIPS driver")
converted a printk(KERN_DEBUG to bcma_debug.
bcma_debug is guarded by a #define DEBUG via pr_debug.
This means that the bcma_debug will generally not be emitted
but any pr_cont following the bcma_debug will be emitted.
Correct this by removing the uses of pr_cont by using a temporary.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'net/netfilter/x_tables.c')
0 files changed, 0 insertions, 0 deletions