netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/15] net: ethernet: remove unnecessary pci_set_drvdata() part 1
@ 2013-10-18  0:16 Jingoo Han
  2013-10-18  0:17 ` [PATCH 01/15] net: typhoon: remove unnecessary pci_set_drvdata() Jingoo Han
                   ` (15 more replies)
  0 siblings, 16 replies; 19+ messages in thread
From: Jingoo Han @ 2013-10-18  0:16 UTC (permalink / raw)
  To: 'David S. Miller'; +Cc: netdev, 'Jingoo Han'

Since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d
(device-core: Ensure drvdata = NULL when no driver is bound),
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.

---
 drivers/net/ethernet/3com/typhoon.c                 |    1 -
 drivers/net/ethernet/8390/ne2k-pci.c                |    3 ---
 drivers/net/ethernet/adaptec/starfire.c             |    2 --
 drivers/net/ethernet/amd/amd8111e.c                 |    2 --
 drivers/net/ethernet/amd/pcnet32.c                  |    1 -
 drivers/net/ethernet/atheros/alx/main.c             |    1 -
 drivers/net/ethernet/broadcom/bnx2.c                |    3 ---
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c    |    3 ---
 drivers/net/ethernet/broadcom/tg3.c                 |    2 --
 drivers/net/ethernet/brocade/bna/bnad.c             |    1 -
 drivers/net/ethernet/chelsio/cxgb/cxgb2.c           |    2 --
 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c     |    2 --
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c     |    2 --
 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c |    3 ---
 drivers/net/ethernet/cisco/enic/enic_main.c         |    2 --
 15 files changed, 30 deletions(-)

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2013-10-21 14:02 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-18  0:16 [PATCH 00/15] net: ethernet: remove unnecessary pci_set_drvdata() part 1 Jingoo Han
2013-10-18  0:17 ` [PATCH 01/15] net: typhoon: remove unnecessary pci_set_drvdata() Jingoo Han
2013-10-18  0:18 ` [PATCH 02/15] net: 8390: " Jingoo Han
2013-10-18  0:18 ` [PATCH 03/15] net: starfire: " Jingoo Han
2013-10-18  0:19 ` [PATCH 04/15] net: pcnet32: " Jingoo Han
2013-10-18  0:19 ` [PATCH 05/15] net: amd8111e: " Jingoo Han
2013-10-18  0:20 ` [PATCH 06/15] net: alx: " Jingoo Han
2013-10-18  0:21 ` [PATCH 07/15] net: bnx2: " Jingoo Han
2013-10-18  0:21 ` [PATCH 08/15] net: bnx2x: " Jingoo Han
2013-10-18  0:21 ` [PATCH 09/15] net: tg3: " Jingoo Han
2013-10-18  0:22 ` [PATCH 10/15] net: bna: " Jingoo Han
2013-10-18  0:23 ` [PATCH 11/15] net: cxgb4: " Jingoo Han
2013-10-18  0:23 ` [PATCH 12/15] net: cxgb3: " Jingoo Han
2013-10-18  0:24 ` [PATCH 13/15] net: cxgb2: " Jingoo Han
2013-10-18  0:24 ` [PATCH 14/15] net: cxgb4vf: " Jingoo Han
2013-10-18  0:25 ` [PATCH 15/15] net: enic: " Jingoo Han
2013-10-18 16:00   ` Neel Patel (neepatel)
2013-10-21 14:02   ` Sujith Sankar (ssujith)
2013-10-18  4:04 ` [PATCH 00/15] net: ethernet: remove unnecessary pci_set_drvdata() part 1 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).