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