commit | 0c047227578f64d96d12df0f93c2e53e67272278 | [log] [tgz] |
---|---|---|
author | Ioana Radulescu <ruxandra.radulescu@nxp.com> | Mon Jul 09 10:01:09 2018 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 10 12:32:35 2018 +0200 |
tree | 23b356600f516fbd5793b5bd93724d00299c2874 | |
parent | e0cfb8f2d515312853ade9616248bc62575c61a6 [diff] |
staging: fsl-dpaa2/eth: Remove pointless instruction We don't need to call dev_set_drvdata(dev, NULL) on driver remove since core kernel code also performs this step. Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>