net: bna: remove unnecessary pci_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Mon, 9 Dec 2013 03:26:44 +0000 (12:26 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Dec 2013 23:09:28 +0000 (18:09 -0500)
The driver core clears the driver data to NULL after device_release
or on probe failure. Thus, it is not needed to manually clear the
device driver data to NULL.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/brocade/bna/bnad.c

index 248bc37..3d151bd 100644 (file)
@@ -3262,7 +3262,6 @@ bnad_uninit(struct bnad *bnad)
 
        if (bnad->bar0)
                iounmap(bnad->bar0);
-       pci_set_drvdata(bnad->pcidev, NULL);
 }
 
 /*