From 0f4c06f76f1791075bbdd50822a3a5f410cf5077 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Tue, 8 Jun 2010 15:56:15 +0200 Subject: pcf50633: Fix typo --- drivers/mfd/pcf50633-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c index 5082c829444..aa906ff4eac 100644 --- a/drivers/mfd/pcf50633-core.c +++ b/drivers/mfd/pcf50633-core.c @@ -241,7 +241,7 @@ static const struct dev_pm_ops pcf50633_pm_ops = { #define PCF50633_PM_OPS (&pcf50633_pm_ops) #else -#define PC50633_PM_OPS NULL +#define PCF50633_PM_OPS NULL #endif #define PCF50633_CELL(_name) \ -- cgit v1.2.3