diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-09-23 03:37:24 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-26 18:13:54 +0200 |
commit | b9be2c60fce7a93723403488a2f5d508ff7d3d2f (patch) | |
tree | 68039721b898d8b3f2583613083450cb6aea6740 /drivers/firmware | |
parent | misc: ibmasm: remove unnecessary pci_set_drvdata() (diff) | |
download | linux-b9be2c60fce7a93723403488a2f5d508ff7d3d2f.tar.xz linux-b9be2c60fce7a93723403488a2f5d508ff7d3d2f.zip |
misc: mei: remove unnecessary pci_set_drvdata()
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions