Skip to content
Snippets Groups Projects
  1. Feb 28, 2017
  2. Jul 17, 2016
  3. Mar 03, 2016
  4. Feb 10, 2016
  5. Dec 01, 2015
  6. Nov 30, 2015
  7. Nov 20, 2015
  8. Nov 13, 2015
  9. Aug 25, 2015
  10. May 07, 2015
  11. Apr 27, 2015
  12. Apr 20, 2015
  13. Feb 24, 2015
    • Federico Vaga's avatar
      wr-nic-gpio: do not check on gpiochip_remove · 2b85fda2
      Federico Vaga authored
      
      Since kernel 3.18 the gpiochip_remove function return void and not an
      error code as before. In case the gpiochip is removed while there is a
      requested gpio, the kernel will print an error message.
      
      By applying this patch without any control on the kernel version we are
      going to loose the error message in case of trouble with old kernels
      
      Signed-off-by: default avatarFederico Vaga <federico.vaga@cern.ch>
      2b85fda2