Skip to content
  1. Aug 06, 2020
  2. Aug 05, 2020
  3. Aug 04, 2020
    • Gustavo A. R. Silva's avatar
      fbdev: Use fallthrough pseudo-keyword · ad04fae0
      Gustavo A. R. Silva authored
      
      
      Replace the existing /* fall through */ comments and its variants with
      the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary
      fall-through markings when it is the case.
      
      [1] https://www.kernel.org/doc/html/latest/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through
      
      Signed-off-by: default avatarGustavo A. R. Silva <gustavoars@kernel.org>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Link: https://patchwork.freedesktop.org/patch/msgid/20200707210539.GA12530@embeddedor
      ad04fae0
    • Linus Walleij's avatar
      omapfb/dss: Include the right header · 85806f6d
      Linus Walleij authored
      
      
      The hdmi4.c and hdmi5.c files include the legacy GPIO
      header <linux/gpio.h> but does not use any of the symbols
      from this file.
      
      What it does use is the implicit inclusion of <linux/of.h>
      leading to compile errors if we just drop this include.
      
      Include the right header.
      
      Cc: Tony Lindgren <tony@atomide.com>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Link: https://patchwork.freedesktop.org/patch/msgid/20200706125931.752539-1-linus.walleij@linaro.org
      85806f6d
  4. Aug 03, 2020