Skip to content
Snippets Groups Projects
  1. Mar 03, 2016
    • Federico Vaga's avatar
      Revert "kernel: fix memory leakage" · 40e31179
      Federico Vaga authored
      This reverts commit 0598de40.
      
      This was not a memory leakage because the fmc-bus release that
      pointer for us. Is it good?
      
      We allocate and it is someone else us free, it lacks of simmetry.
      Probably the register function should be called devm_ like all
      the others in the kernel who relase for your the memory. In this
      way it is clear the behaviour.
      40e31179
  2. Feb 10, 2016
  3. Dec 01, 2015
  4. Nov 30, 2015
  5. Nov 20, 2015
  6. Nov 13, 2015
  7. Aug 25, 2015
  8. May 07, 2015
  9. Apr 27, 2015
  10. Apr 20, 2015
  11. 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
  12. Jan 20, 2015
  13. Sep 18, 2014
  14. Aug 13, 2014