提交 224b93c5 编写于 作者: J Joe Perches 提交者: Tomi Valkeinen

framebuffer: arkfb: Fix framebugger typo

s/framebugger/framebuffer/
Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
上级 bb1d2da7
......@@ -1048,7 +1048,7 @@ static int ark_pci_probe(struct pci_dev *dev, const struct pci_device_id *id)
rc = register_framebuffer(info);
if (rc < 0) {
dev_err(info->device, "cannot register framebugger\n");
dev_err(info->device, "cannot register framebuffer\n");
goto err_reg_fb;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册