diff options
author | Andrei Coardos <aboutphysycs@gmail.com> | 2023-08-23 14:21:39 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-09-15 18:29:44 +0800 |
commit | 9d2c1a985b1dda6fbb5c256862b8e80b92cf51e6 (patch) | |
tree | a06579d2f9f08625834afd08fce573844673f118 /drivers/interconnect/icc-clk.c | |
parent | 75b2d50d0d7ffae34eefa5a31d8c6ae84496dfd0 (diff) |
hwrng: hisi - removed unneeded call to platform_set_drvdata()
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.
Signed-off-by: Andrei Coardos <aboutphysycs@gmail.com>
Reviewed-by: Martin Kaiser <martin@kaiser.cx>
Reviewed-by: Alexandru Ardelean <alex@shruggie.ro>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/interconnect/icc-clk.c')
0 files changed, 0 insertions, 0 deletions