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

Commit 43fece7b authored by Al Viro's avatar Al Viro Committed by Jeff Garzik
Browse files

[PATCH] missed s/u32/pm_message_t/ (dm9000)



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent 5ac90037
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1140,7 +1140,7 @@ dm9000_phy_write(struct net_device *dev, int phyaddr_unused, int reg, int value)
}

static int
dm9000_drv_suspend(struct device *dev, u32 state, u32 level)
dm9000_drv_suspend(struct device *dev, pm_message_t state, u32 level)
{
	struct net_device *ndev = dev_get_drvdata(dev);