NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/44144 CVS commit: src/sys/dev/pci



The following reply was made to PR kern/44144; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44144 CVS commit: src/sys/dev/pci
Date: Sun, 25 Nov 2012 19:50:34 +0000

 Module Name:   src
 Committed By:  riastradh
 Date:          Sun Nov 25 19:50:34 UTC 2012
 
 Modified Files:
        src/sys/dev/pci: if_wpi.c
 
 Log Message:
 Rework firmware reference counting and error messages in wpi(4).
 
 . Clarify the shared firmware abstraction in wpi_cached_firmware
   and its new sibling wpi_release_firmware.
 . Fix typo in wpa_cache_firmware error branch leading to free NULL.
 . Fix leak in wpi_load_firmware error branch.
 . Sprinkle some kasserts to executably document invariants.
 . A little KNF here and there.
 
 Based on a patch from dh in PR kern/44144.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/if_wpi.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index