projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1390d7
)
can: tcan4x5x: rename parse_config() function
author
Dan Murphy
<dmurphy@ti.com>
Wed, 26 Feb 2020 14:03:58 +0000
(08:03 -0600)
committer
Marc Kleine-Budde
<mkl@pengutronix.de>
Mon, 30 Nov 2020 13:37:35 +0000
(14:37 +0100)
Rename the tcan4x5x_parse_config() function to tcan4x5x_get_gpios() since the
function retrieves the gpio configurations from the firmware.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Link:
http://lore.kernel.org/r/20200226140358.30017-1-dmurphy@ti.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/m_can/tcan4x5x.c
patch
|
blob
|
history
diff --git
a/drivers/net/can/m_can/tcan4x5x.c
b/drivers/net/can/m_can/tcan4x5x.c
index 1ffcb701415403b764870b70356de39d36278f3e..a2144bbcd48679d424327f728afbe138e3fee126 100644
(file)
--- a/
drivers/net/can/m_can/tcan4x5x.c
+++ b/
drivers/net/can/m_can/tcan4x5x.c
@@
-375,7
+375,7
@@
static int tcan4x5x_disable_state(struct m_can_classdev *cdev)
TCAN4X5X_DISABLE_INH_MSK, 0x01);
}
-static int tcan4x5x_
parse_config
(struct m_can_classdev *cdev)
+static int tcan4x5x_
get_gpios
(struct m_can_classdev *cdev)
{
struct tcan4x5x_priv *tcan4x5x = cdev->device_data;
int ret;
@@
-498,7
+498,7
@@
static int tcan4x5x_can_probe(struct spi_device *spi)
if (ret)
goto out_clk;
- ret = tcan4x5x_
parse_config
(mcan_class);
+ ret = tcan4x5x_
get_gpios
(mcan_class);
if (ret)
goto out_power;