projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e986e4
)
rk fb: delete unused message
author
hjc
<hjc@rock-chips.com>
Fri, 12 Dec 2014 02:41:03 +0000
(10:41 +0800)
committer
hjc
<hjc@rock-chips.com>
Fri, 12 Dec 2014 03:58:18 +0000
(11:58 +0800)
Signed-off-by: hjc <hjc@rock-chips.com>
drivers/video/rockchip/rk_fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/rockchip/rk_fb.c
b/drivers/video/rockchip/rk_fb.c
index 457394d9374d7fb6321d40b5cb91dfbf84516b6c..be3e5cf80c4b718f608427c0a064a06ef393383a 100755
(executable)
--- a/
drivers/video/rockchip/rk_fb.c
+++ b/
drivers/video/rockchip/rk_fb.c
@@
-841,8
+841,6
@@
static int get_extend_fb_id(struct fb_info *info)
fb_id = 3;
else if (!strcmp(id, "fb4") && (dev_drv->lcdc_win_num > 4))
fb_id = 4;
- else
- dev_err(dev_drv->dev, "get_extend_fb_id info error\n");
return fb_id;
}