Skip to content
Snippets Groups Projects
  1. Mar 10, 2014
  2. Feb 20, 2014
  3. Feb 17, 2014
  4. Jan 28, 2014
  5. Dec 06, 2013
  6. Jan 19, 2013
  7. Oct 02, 2012
  8. Jul 17, 2012
  9. Jun 04, 2012
  10. May 12, 2012
  11. Mar 13, 2012
  12. Jan 05, 2012
  13. Dec 01, 2011
  14. Nov 29, 2011
  15. Oct 11, 2011
  16. Sep 16, 2011
  17. Aug 29, 2011
  18. Aug 26, 2011
    • Greg Kroah-Hartman's avatar
      Staging: hv: fix up driver registering mess · 768fa219
      Greg Kroah-Hartman authored
      
      Individual drivers should never be touching the 'struct device' field,
      so if that is a requirement to pass to the vmbus core, you know
      something is wrong.
      
      This patch fixes that all up, and resolves the problem where the module
      reference counting was not happening properly for the individual drivers
      as well.  Overall, it reduces the lines of code the individual drivers
      have to have, which tells you that this is the correct thing to do.
      
      Also, somehow the _GPL marking for the functions got removed on an older
      patch.  As the name of the function was changing, properly change the
      _GPL marking as well at the same time.
      
      Cc: K. Y. Srinivasan <kys@microsoft.com>
      Cc: Haiyang Zhang <haiyangz@microsoft.com>
      Cc: Hank Janssen <hjanssen@microsoft.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      768fa219
  19. Jun 07, 2011
  20. May 17, 2011
Loading