diff mbox series

net: wwan: iosm: Remove DEBUG flag

Message ID 1623658600-21100-1-git-send-email-loic.poulain@linaro.org
State New
Headers show
Series net: wwan: iosm: Remove DEBUG flag | expand

Commit Message

Loic Poulain June 14, 2021, 8:16 a.m. UTC
Author forgot to remove that flag.

Fixes: f7af616c632e ("net: iosm: infrastructure")
Reported-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>

---
 drivers/net/wwan/iosm/Makefile | 3 ---
 1 file changed, 3 deletions(-)

-- 
2.7.4

Comments

Leon Romanovsky June 14, 2021, 11:05 a.m. UTC | #1
On Mon, Jun 14, 2021 at 10:16:40AM +0200, Loic Poulain wrote:
> Author forgot to remove that flag.

> 

> Fixes: f7af616c632e ("net: iosm: infrastructure")

> Reported-by: Leon Romanovsky <leon@kernel.org>

> Signed-off-by: Loic Poulain <loic.poulain@linaro.org>

> ---

>  drivers/net/wwan/iosm/Makefile | 3 ---

>  1 file changed, 3 deletions(-)

> 


Thanks,
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
patchwork-bot+netdevbpf@kernel.org June 14, 2021, 8 p.m. UTC | #2
Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Mon, 14 Jun 2021 10:16:40 +0200 you wrote:
> Author forgot to remove that flag.

> 

> Fixes: f7af616c632e ("net: iosm: infrastructure")

> Reported-by: Leon Romanovsky <leon@kernel.org>

> Signed-off-by: Loic Poulain <loic.poulain@linaro.org>

> ---

>  drivers/net/wwan/iosm/Makefile | 3 ---

>  1 file changed, 3 deletions(-)


Here is the summary with links:
  - net: wwan: iosm: Remove DEBUG flag
    https://git.kernel.org/netdev/net-next/c/ea99750e4019

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/drivers/net/wwan/iosm/Makefile b/drivers/net/wwan/iosm/Makefile
index cdeeb93..4f9f0ae 100644
--- a/drivers/net/wwan/iosm/Makefile
+++ b/drivers/net/wwan/iosm/Makefile
@@ -21,6 +21,3 @@  iosm-y = \
 	iosm_ipc_mux_codec.o
 
 obj-$(CONFIG_IOSM) := iosm.o
-
-# compilation flags
-ccflags-y += -DDEBUG