lkml.org 
[lkml]   [2023]   [Aug]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] spi: jcore: removed unneeded call to platform_set_drvdata()
Date
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>
---
drivers/spi/spi-jcore.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/spi/spi-jcore.c b/drivers/spi/spi-jcore.c
index c42a3358e8c9..f627877ae85b 100644
--- a/drivers/spi/spi-jcore.c
+++ b/drivers/spi/spi-jcore.c
@@ -162,7 +162,6 @@ static int jcore_spi_probe(struct platform_device *pdev)

hw = spi_master_get_devdata(master);
hw->master = master;
- platform_set_drvdata(pdev, hw);

/* Find and map our resources */
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
--
2.34.1
\
 
 \ /
  Last update: 2023-08-07 15:15    [W:0.048 / U:0.672 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site