Skip to content

Commit 53291cb

Browse files
committed
mfd: remove reference to AVR32 architecture in atmel-smc.c
The AVR32 architecture does no longer exist in the Linux kernel, hence remove a reference to it in comments to avoid confusion. Signed-off-by: Hans-Christian Noren Egtvedt <egtvedt@samfundet.no>
1 parent 300a596 commit 53291cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/mfd/atmel-smc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ EXPORT_SYMBOL_GPL(atmel_smc_cs_conf_set_cycle);
240240
* @conf: the SMC CS conf to apply
241241
*
242242
* Applies an SMC CS configuration.
243-
* Only valid on at91sam9/avr32 SoCs.
243+
* Only valid on at91sam9 SoCs.
244244
*/
245245
void atmel_smc_cs_conf_apply(struct regmap *regmap, int cs,
246246
const struct atmel_smc_cs_conf *conf)
@@ -281,7 +281,7 @@ EXPORT_SYMBOL_GPL(atmel_hsmc_cs_conf_apply);
281281
* @conf: the SMC CS conf object to store the current conf
282282
*
283283
* Retrieve the SMC CS configuration.
284-
* Only valid on at91sam9/avr32 SoCs.
284+
* Only valid on at91sam9 SoCs.
285285
*/
286286
void atmel_smc_cs_conf_get(struct regmap *regmap, int cs,
287287
struct atmel_smc_cs_conf *conf)

0 commit comments

Comments
 (0)