commit | d165e4efbc6d76cff51abb523567a840cb6623b9 | [log] [tgz] |
---|---|---|
author | Jes Sorensen <Jes.Sorensen@redhat.com> | Sun May 25 22:43:18 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun May 25 15:14:40 2014 -0700 |
tree | 92fcbcc82d476c66020ef907b5dd845e08a30934 | |
parent | 56b0bd91e0087e0b172aec022bdfb4fcd9de9194 [diff] |
staging: rtl8723au: rtw_wdev_alloc(): Don't register wiphy before kmalloc() completed There is no point starting to register the wiphy and then having to unregister it again if the followon kmalloc() fails. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>