framebuffer: arkfb: Fix framebugger typo
authorJoe Perches <joe@perches.com>
Fri, 20 Sep 2013 01:53:13 +0000 (18:53 -0700)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 26 Sep 2013 09:46:27 +0000 (12:46 +0300)
s/framebugger/framebuffer/

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/arkfb.c

index ff6e304b225f0d3a580eecf487e32790fef5e698..15dd5423d64a0a38f29a7b0d8b047e2a5f726e07 100644 (file)
@@ -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;
        }