commit: 8f7e7b87ec7c3202941ef2770bacd353ab93368b From: Bob Liu <[email protected]> Date: Mon, 21 Mar 2011 14:06:31 -0400 Subject: [PATCH] usb: musb: blackfin: fix typo in new dev_pm_ops struct
Cc: [email protected] Signed-off-by: Bob Liu <[email protected]> Signed-off-by: Mike Frysinger <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- drivers/usb/musb/blackfin.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/musb/blackfin.c b/drivers/usb/musb/blackfin.c index 5da9ef8..7843333 100644 --- a/drivers/usb/musb/blackfin.c +++ b/drivers/usb/musb/blackfin.c @@ -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 _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
