public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: usb: sr9700: remove unused CRC32 dependency
@ 2026-01-30 11:59 Ethan Nelson-Moore
  2026-02-03  1:16 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Ethan Nelson-Moore @ 2026-01-30 11:59 UTC (permalink / raw)
  To: netdev, linux-usb
  Cc: Ethan Nelson-Moore, Andrew Lunn, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Oleksij Rempel,
	Russell King (Oracle), Eric Biggers

The previous patch to remove code for the nonexistent multicast filter
removed all code that relies on CRC32, but overlooked the Kconfig
dependency. Remove it.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
---
 drivers/net/usb/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig
index d050adfe860a..52a5c0922c79 100644
--- a/drivers/net/usb/Kconfig
+++ b/drivers/net/usb/Kconfig
@@ -319,7 +319,6 @@ config USB_NET_DM9601
 config USB_NET_SR9700
 	tristate "CoreChip-sz SR9700 based USB 1.1 10/100 ethernet devices"
 	depends on USB_USBNET
-	select CRC32
 	help
 	  This option adds support for CoreChip-sz SR9700 based USB 1.1
 	  10/100 Ethernet adapters.
-- 
2.43.0


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

* Re: [PATCH net-next] net: usb: sr9700: remove unused CRC32 dependency
  2026-01-30 11:59 [PATCH net-next] net: usb: sr9700: remove unused CRC32 dependency Ethan Nelson-Moore
@ 2026-02-03  1:16 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2026-02-03  1:16 UTC (permalink / raw)
  To: Ethan Nelson-Moore
  Cc: netdev, linux-usb, Andrew Lunn, David S. Miller, Eric Dumazet,
	Paolo Abeni, Oleksij Rempel, Russell King (Oracle), Eric Biggers

On Fri, 30 Jan 2026 03:59:37 -0800 Ethan Nelson-Moore wrote:
> The previous patch to remove code for the nonexistent multicast filter
> removed all code that relies on CRC32, but overlooked the Kconfig
> dependency. Remove it.

This one
https://lore.kernel.org/all/20260130055123.19269-1-enelsonmoore@gmail.com/
?

Please post a v3 instead of these kind of fixups.
If you notice an issue you should reply to v2 saying that there needs
to be a v3.

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

end of thread, other threads:[~2026-02-03  1:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-30 11:59 [PATCH net-next] net: usb: sr9700: remove unused CRC32 dependency Ethan Nelson-Moore
2026-02-03  1:16 ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox