brcm2708: update linux 4.4 patches to latest version
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0469-drm-panel-Drop-debug-printf-from-the-Raspberry-Pi-to.patch
1 From 7cac96392a51584d864291e08aeda97f9ee3e384 Mon Sep 17 00:00:00 2001
2 From: Eric Anholt <eric@anholt.net>
3 Date: Fri, 12 Aug 2016 10:55:53 -0700
4 Subject: [PATCH] drm/panel: Drop debug printf from the Raspberry Pi
5 touchscreen.
6
7 Signed-off-by: Eric Anholt <eric@anholt.net>
8 ---
9 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c | 1 -
10 1 file changed, 1 deletion(-)
11
12 --- a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
13 +++ b/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
14 @@ -106,7 +106,6 @@ struct regdump {
15 static int rpi_touchscreen_disable(struct drm_panel *panel)
16 {
17 struct rpi_touchscreen *ts = panel_to_ts(panel);
18 - pr_err("disable\n");
19
20 if (!ts->enabled)
21 return 0;