brcm2708: update against latest rpi-3.10.y branch
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-3.10 / 0165-bcm2708_fb-Remove-unnecessary-second-call-of-bcm2708.patch
1 From 543d19bb3d96c1e34a2eedc0d7e2d7f1b14e5f3d Mon Sep 17 00:00:00 2001
2 From: popcornmix <popcornmix@gmail.com>
3 Date: Wed, 5 Feb 2014 17:00:22 +0000
4 Subject: [PATCH 165/174] bcm2708_fb: Remove unnecessary second call of
5 bcm2708_fb_debugfs_init
6
7 See: https://github.com/raspberrypi/linux/issues/521
8 ---
9 drivers/video/bcm2708_fb.c | 3 ---
10 1 file changed, 3 deletions(-)
11
12 --- a/drivers/video/bcm2708_fb.c
13 +++ b/drivers/video/bcm2708_fb.c
14 @@ -646,9 +646,6 @@ static int bcm2708_fb_probe(struct platf
15
16 bcm2708_fb_debugfs_init(fb);
17
18 -
19 - bcm2708_fb_debugfs_init(fb);
20 -
21 fb->cb_base = dma_alloc_writecombine(&dev->dev, SZ_64K,
22 &fb->cb_handle, GFP_KERNEL);
23 if (!fb->cb_base) {