Skip to content

Commit

Permalink
usb: musb: blackfin: fix typo in new dev_pm_ops struct
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bob Liu authored and Greg Kroah-Hartman committed Mar 23, 2011
1 parent 417ddf8 commit 8f7e7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/musb/blackfin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f7e7b8

Please sign in to comment.