diff options
| author | Jingoo Han <[email protected]> | 2013-05-27 19:01:12 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2013-05-27 22:34:51 -0700 |
| commit | dfd93c977d84fef77404b689ef95bc716b313533 (patch) | |
| tree | ab1084c9933e81cd603f5b01d3f50b53dc2d2f5d /tools/perf/scripts | |
| parent | 3acfeac351c6ab2fe1139ee13d780729af0c8145 (diff) | |
net: ethernet: remove unnecessary platform_set_drvdata()
The driver core clears the driver data to NULL after device_release
or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d
(device-core: Ensure drvdata = NULL when no driver is bound).
Thus, it is not needed to manually clear the device driver data to NULL.
Signed-off-by: Jingoo Han <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Acked-by: Rob Herring <[email protected]>
Acked-by: Roland Stigge <[email protected]>
Acked-by: Mugunthan V N <[email protected]>
Reviewed-by: H Hartley Sweeten <[email protected]>
Tested-by: Roland Stigge <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions