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

Commit 8f7e7b87 authored by Bob Liu's avatar Bob Liu Committed by Greg Kroah-Hartman
Browse files

usb: musb: blackfin: fix typo in new dev_pm_ops struct



Cc: stable@kernel.org
Signed-off-by: default avatarBob Liu <lliubbo@gmail.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 417ddf86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -540,7 +540,7 @@ static struct dev_pm_ops bfin_pm_ops = {
	.resume		= bfin_resume,
};

#define DEV_PM_OPS	&bfin_pm_op,
#define DEV_PM_OPS	&bfin_pm_ops
#else
#define DEV_PM_OPS	NULL
#endif