Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be4b163b authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

sfc: Remove incorrect assertion from efx_pci_remove_main()

parent 96c45726
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2022,8 +2022,6 @@ static void efx_fini_struct(struct efx_nic *efx)
 */
static void efx_pci_remove_main(struct efx_nic *efx)
{
	EFX_ASSERT_RESET_SERIALISED(efx);

	/* Skip everything if we never obtained a valid membase */
	if (!efx->membase)
		return;