usb: musb: blackfin: fix typo in new dev_pm_ops struct
Cc: stable@kernel.org Signed-off-by: Bob Liu <lliubbo@gmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
417ddf86c8
commit
8f7e7b87ec
@@ -540,7 +540,7 @@ static struct dev_pm_ops bfin_pm_ops = {
|
|||||||
.resume = bfin_resume,
|
.resume = bfin_resume,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define DEV_PM_OPS &bfin_pm_op,
|
#define DEV_PM_OPS &bfin_pm_ops
|
||||||
#else
|
#else
|
||||||
#define DEV_PM_OPS NULL
|
#define DEV_PM_OPS NULL
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user