Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 224b93c5 authored by Joe Perches's avatar Joe Perches Committed by Tomi Valkeinen
Browse files

framebuffer: arkfb: Fix framebugger typo



s/framebugger/framebuffer/

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent bb1d2da7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}