Commit 6ce6a8ef authored by Colin Ian King's avatar Colin Ian King Committed by Mauro Carvalho Chehab

media: cx231xx: Fix spelling mistake: "senario" -> "scenario"

Trivial fix to spelling mistake in dev_err message.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarHans Verkuil <hansverk@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent ff9d1c01
...@@ -769,7 +769,7 @@ int initialize_cx231xx(struct cx231xx *dev) ...@@ -769,7 +769,7 @@ int initialize_cx231xx(struct cx231xx *dev)
break; break;
default: default:
dev_err(dev->dev, dev_err(dev->dev,
"bad senario!!!!!\nconfig_info=%x\n", "bad scenario!!!!!\nconfig_info=%x\n",
config_info & SELFPOWER_MASK); config_info & SELFPOWER_MASK);
return -ENODEV; return -ENODEV;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment