commit | 09729f0b11a389e046f621f3e4841043f460b603 | [log] [tgz] |
---|---|---|
author | Corentin Chary <corentincj@iksaif.net> | Mon Sep 14 12:43:51 2009 +0200 |
committer | Len Brown <len.brown@intel.com> | Sat Sep 19 01:33:27 2009 -0400 |
tree | d25f19c51b7cbc505d383c0a5cf198d4feb8bbbd | |
parent | e4f55966d02c5dfade2978c2aa05fb202a78a4d1 [diff] |
hp-wmi: fix rfkill memory leak on unload rfkill_unregister() should always be followed by rfkill_destroy() In this case, rfkill_destroy was called two times on wifi_rfkill and never on bluetooth_rfkill. Signed-off-by: Corentin Chary <corentincj@iksaif.net> Acked-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: Len Brown <len.brown@intel.com>