netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] pds_core: remove CONFIG_DEBUG_FS from makefile
@ 2023-05-02 20:27 Shannon Nelson
  2023-05-03  8:17 ` Leon Romanovsky
  2023-05-03  8:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Shannon Nelson @ 2023-05-02 20:27 UTC (permalink / raw)
  To: kuba, davem, netdev; +Cc: drivers, Shannon Nelson

This cruft from previous drafts should have been removed when
the code was updated to not use the old style dummy helpers.

Fixes: 55435ea7729a ("pds_core: initial framework for pds_core PF driver")
Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
---
 drivers/net/ethernet/amd/pds_core/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/amd/pds_core/Makefile b/drivers/net/ethernet/amd/pds_core/Makefile
index 0abc33ce826c..8239742e681f 100644
--- a/drivers/net/ethernet/amd/pds_core/Makefile
+++ b/drivers/net/ethernet/amd/pds_core/Makefile
@@ -9,6 +9,5 @@ pds_core-y := main.o \
 	      dev.o \
 	      adminq.o \
 	      core.o \
+	      debugfs.o \
 	      fw.o
-
-pds_core-$(CONFIG_DEBUG_FS) += debugfs.o
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net] pds_core: remove CONFIG_DEBUG_FS from makefile
  2023-05-02 20:27 [PATCH net] pds_core: remove CONFIG_DEBUG_FS from makefile Shannon Nelson
@ 2023-05-03  8:17 ` Leon Romanovsky
  2023-05-03  8:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Romanovsky @ 2023-05-03  8:17 UTC (permalink / raw)
  To: Shannon Nelson; +Cc: kuba, davem, netdev, drivers

On Tue, May 02, 2023 at 01:27:52PM -0700, Shannon Nelson wrote:
> This cruft from previous drafts should have been removed when
> the code was updated to not use the old style dummy helpers.
> 
> Fixes: 55435ea7729a ("pds_core: initial framework for pds_core PF driver")
> Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
> ---
>  drivers/net/ethernet/amd/pds_core/Makefile | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 

Thanks,
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net] pds_core: remove CONFIG_DEBUG_FS from makefile
  2023-05-02 20:27 [PATCH net] pds_core: remove CONFIG_DEBUG_FS from makefile Shannon Nelson
  2023-05-03  8:17 ` Leon Romanovsky
@ 2023-05-03  8:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-05-03  8:20 UTC (permalink / raw)
  To: Shannon Nelson; +Cc: kuba, davem, netdev, drivers

Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Tue, 2 May 2023 13:27:52 -0700 you wrote:
> This cruft from previous drafts should have been removed when
> the code was updated to not use the old style dummy helpers.
> 
> Fixes: 55435ea7729a ("pds_core: initial framework for pds_core PF driver")
> Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
> ---
>  drivers/net/ethernet/amd/pds_core/Makefile | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Here is the summary with links:
  - [net] pds_core: remove CONFIG_DEBUG_FS from makefile
    https://git.kernel.org/netdev/net/c/ec788f7e96ad

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-03  8:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-02 20:27 [PATCH net] pds_core: remove CONFIG_DEBUG_FS from makefile Shannon Nelson
2023-05-03  8:17 ` Leon Romanovsky
2023-05-03  8:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).