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

Commit 8495c0da authored by Francois Romieu's avatar Francois Romieu Committed by David S. Miller
Browse files

sis900: fix sis900_set_mode call parameters.



Leftover of 57d6d456 ("sis900: stop
using net_device.{base_addr, irq} and convert to __iomem.").

It is needed for suspend / resume to work.

Signed-off-by: default avatarFrancois Romieu <romieu@fr.zoreil.com>
Tested-by: default avatarJan Janssen <medhefgo@web.de>
Cc: Daniele Venzano <venza@brownhat.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3587b1b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2479,7 +2479,7 @@ static int sis900_resume(struct pci_dev *pci_dev)
	netif_start_queue(net_dev);

	/* Workaround for EDB */
	sis900_set_mode(ioaddr, HW_SPEED_10_MBPS, FDX_CAPABLE_HALF_SELECTED);
	sis900_set_mode(sis_priv, HW_SPEED_10_MBPS, FDX_CAPABLE_HALF_SELECTED);

	/* Enable all known interrupts by setting the interrupt mask. */
	sw32(imr, RxSOVR | RxORN | RxERR | RxOK | TxURN | TxERR | TxIDLE);