diff options
-rw-r--r-- | usr/src/lib/libsecdb/help/auths/SmfWpaStates.html | 2 | ||||
-rw-r--r-- | usr/src/uts/common/io/cardbus/cardbus_cfg.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libsecdb/help/auths/SmfWpaStates.html b/usr/src/lib/libsecdb/help/auths/SmfWpaStates.html index 00792d10cf..90b64385a4 100644 --- a/usr/src/lib/libsecdb/help/auths/SmfWpaStates.html +++ b/usr/src/lib/libsecdb/help/auths/SmfWpaStates.html @@ -34,7 +34,7 @@ META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1" </HEAD> <BODY> When Manage WPA Service States is in the Authorizations -Include column, it grants the authorization to enable, disable or +Included column, it grants the authorization to enable, disable or refresh the wpa daemon. <p> If Manage WPA Service States is grayed, then you are not diff --git a/usr/src/uts/common/io/cardbus/cardbus_cfg.c b/usr/src/uts/common/io/cardbus/cardbus_cfg.c index e524b9ca8a..dcb65e26d8 100644 --- a/usr/src/uts/common/io/cardbus/cardbus_cfg.c +++ b/usr/src/uts/common/io/cardbus/cardbus_cfg.c @@ -2239,7 +2239,7 @@ cardbus_free_bridge_resources(dev_info_t *dip) cardbus_err(dip, 6, "Need to free bus [%d] range [%d]\n", bus[0], bus[1] - bus[0] + 1); - + kmem_free(bus, k); (void) ndi_prop_remove(DDI_DEV_T_NONE, dip, "available"); (void) ndi_prop_remove(DDI_DEV_T_NONE, dip, "bus-range"); |