0468-drm-panel-Drop-debug-printf-from-the-Raspberry-Pi-to.patch 700 B

123456789101112131415161718192021
  1. From 0b79cabd8b947db3b60904d6516776660af4247b 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. Signed-off-by: Eric Anholt <eric@anholt.net>
  7. ---
  8. drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c | 1 -
  9. 1 file changed, 1 deletion(-)
  10. --- a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
  11. +++ b/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
  12. @@ -106,7 +106,6 @@ struct regdump {
  13. static int rpi_touchscreen_disable(struct drm_panel *panel)
  14. {
  15. struct rpi_touchscreen *ts = panel_to_ts(panel);
  16. - pr_err("disable\n");
  17. if (!ts->enabled)
  18. return 0;