git: DragonFly_RELEASE_4_4 if_iwm: Just store the struct firmware pointer, like if_iwn does.
    Imre Vadasz 
    ivadasz at crater.dragonflybsd.org
       
    Mon Jan 18 16:58:28 PST 2016
    
    
  
commit 6bc98c642bead57843fcfde38a6acc4bfc9e388b
Author: Imre Vadász <imre at vdsz.com>
Date:   Thu Dec 31 23:13:12 2015 +0100
    if_iwm: Just store the struct firmware pointer, like if_iwn does.
    
    if_iwm was passing the firmware data pointer to firmware_put(9), instead
    of the struct firmware pointer that was returned by firmware_get(9).
Summary of changes:
 sys/dev/netif/iwm/if_iwm.c    | 22 ++++++++++------------
 sys/dev/netif/iwm/if_iwmvar.h |  3 +--
 2 files changed, 11 insertions(+), 14 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6bc98c642bead57843fcfde38a6acc4bfc9e388b
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list