Browse Source

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>
Bob Liu 14 years ago
parent
commit
8f7e7b87ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/usb/musb/blackfin.c

+ 1 - 1
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