git: if_iwm: Just store the struct firmware pointer, like if_iwn does.
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Thu Dec 31 15:02:02 PST 2015
commit c9fe4836a0b5b8631327bea616d32646deb1717a
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/c9fe4836a0b5b8631327bea616d32646deb1717a
--
DragonFly BSD source repository
More information about the Commits
mailing list