can: sja1000: use common prefix for all sja1000 defines
This is a follow up patch to:
f901b6b
can: sja1000: fix define conflict on SH
That patch fixed a define conflict between the SH architecture and the sja1000
driver, by addind a prefix to one macro only. This patch consistently renames
the prefix of the SJA1000 controller registers from "REG_" to "SJA1000_".
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:

committed by
Marc Kleine-Budde

parent
61f47132dc
commit
06e1d1d718
@@ -402,7 +402,7 @@ static void peak_pciec_write_reg(const struct sja1000_priv *priv,
|
||||
int c = (priv->reg_base - card->reg_base) / PEAK_PCI_CHAN_SIZE;
|
||||
|
||||
/* sja1000 register changes control the leds state */
|
||||
if (port == REG_MOD)
|
||||
if (port == SJA1000_MOD)
|
||||
switch (val) {
|
||||
case MOD_RM:
|
||||
/* Reset Mode: set led on */
|
||||
|
Reference in New Issue
Block a user