]> Pileus Git - ~andy/linux/commit
drivers/staging/wlags49_h2/wl_pci.c: add missing wl_device_dealloc and wl_remove
authorJulia Lawall <Julia.Lawall@lip6.fr>
Thu, 19 Apr 2012 11:03:58 +0000 (13:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Apr 2012 15:31:49 +0000 (08:31 -0700)
commit3fb95e564e535a1614f7cea1ac194f312eb0d2b8
treea5fff55e3149f75c55050ffe33f27500c82ec71c
parentb9a62c650b41365cd1f6214496bc91f152c723a4
drivers/staging/wlags49_h2/wl_pci.c: add missing wl_device_dealloc and wl_remove

The need for wl_device_dealloc is motivated by the error-handling code for
the failure of wl_adapter_insert.  The need for wl_remove in the third case
is motivated by the code in the definition of wl_pci_remove.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlags49_h2/wl_pci.c