projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb1d2da
)
framebuffer: arkfb: Fix framebugger typo
author
Joe Perches
<joe@perches.com>
Fri, 20 Sep 2013 01:53:13 +0000
(18:53 -0700)
committer
Tomi 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
patch
|
blob
|
history
diff --git
a/drivers/video/arkfb.c
b/drivers/video/arkfb.c
index
ff6e304
..
15dd542
100644
(file)
--- a/
drivers/video/arkfb.c
+++ b/
drivers/video/arkfb.c
@@
-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 framebu
gg
er\n");
+ dev_err(info->device, "cannot register framebu
ff
er\n");
goto err_reg_fb;
}