提交 8caebcdc 编写于 作者: S Sean Young 提交者: Mauro Carvalho Chehab

[media] rc: remove excessive spaces from error message

The current message has some wanted spaces on it:
	rc_core: Loaded IR protocol module ir-jvc-decoder,                      but protocol jvc still not available

Merge it into a single line.
Signed-off-by: NSean Young <sean@mess.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 c9bbd566
...@@ -1084,8 +1084,7 @@ static void ir_raw_load_modules(u64 *protocols) ...@@ -1084,8 +1084,7 @@ static void ir_raw_load_modules(u64 *protocols)
if (!(*protocols & proto_names[i].type & ~available)) if (!(*protocols & proto_names[i].type & ~available))
continue; continue;
pr_err("Loaded IR protocol module %s, \ pr_err("Loaded IR protocol module %s, but protocol %s still not available\n",
but protocol %s still not available\n",
proto_names[i].module_name, proto_names[i].module_name,
proto_names[i].name); proto_names[i].name);
*protocols &= ~proto_names[i].type; *protocols &= ~proto_names[i].type;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册