Message ID | 1623658600-21100-1-git-send-email-loic.poulain@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | ea99750e401972c896d2212ea9244d903b8fbf73 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: wwan: iosm: Remove DEBUG flag | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Link |
netdev/fixes_present | success | Link |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Guessed tree name to be net-next |
netdev/subject_prefix | warning | Target tree name not specified in the subject |
netdev/cc_maintainers | warning | 1 maintainers not CCed: linuxwwan@intel.com |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Link |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 1 this patch: 1 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | Link |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 3 lines checked |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/header_inline | success | Link |
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(-)