diff options
author | Andrei Coardos <[email protected]> | 2023-07-25 13:25:32 +0300 |
---|---|---|
committer | Bartosz Golaszewski <[email protected]> | 2023-08-01 21:14:48 +0200 |
commit | c518e7dc64573e3e3a196e8b79caa4f77c612366 (patch) | |
tree | 0047fb54fa0294c96dee41af5bded6f367a82f89 /tools/perf/scripts/python/mem-phys-addr.py | |
parent | c456c4d9707a0bd484a1af30188f5c416fc394f0 (diff) |
gpio: lp3943: remove unneeded platform_set_drvdata() call
This function call was found to be unnecessary as there is no equivalent
platform_get_drvdata() call, to access the private data of the driver.
Also, the private data is defined in this driver, so there is no risk of
it being accessed outside of this driver file.
Reviewed-by: Alexandru Ardelean <[email protected]>
Signed-off-by: Andrei Coardos <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Bartosz Golaszewski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions