drivers/staging/fsl-mc: Fix DPIO error path issue
authorRoy Pledge <roy.pledge@nxp.com>
Tue, 27 Mar 2018 18:13:32 +0000 (14:13 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 13:51:34 +0000 (15:51 +0200)
commitd08e2f9728ca5ceeb1ba026a2a1c741d7833d756
treeb606514f2ff6c7355e289231515f8ce47ea002da
parent03fcedc20ebe164b49c458d9b4a7d5b1b42e4fdd
drivers/staging/fsl-mc: Fix DPIO error path issue

Remove unneeded call to dev_set_drvdata(dev, NULL) since the device
will be deallocated in any case.

Signed-off-by: Roy Pledge <roy.pledge@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/dpio/dpio-driver.c