summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/regulator/rt5133-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/rt5133-regulator.c b/drivers/regulator/rt5133-regulator.c
index d0f367381fbb..39532618e73d 100644
--- a/drivers/regulator/rt5133-regulator.c
+++ b/drivers/regulator/rt5133-regulator.c
@@ -511,7 +511,7 @@ static int rt5133_validate_vendor_info(struct rt5133_priv *priv)
}
}
if (IS_ERR(priv->cdata)) {
- dev_err(priv->dev, "Failed to find regualtor match version\n");
+ dev_err(priv->dev, "Failed to find regulator match version\n");
return -ENODEV;
}