Skip to content

Commit

Permalink
ASoC: ssi: don't use discriminatory terms for debug log
Browse files Browse the repository at this point in the history
ssi is using discriminatory terms for debug log.
This patch changes it to "secondary"

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87blkj3qq9.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed Jul 14, 2020
1 parent f363459 commit 0498b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/sh/ssi.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ static int ssi_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
ssicr |= CR_SWS_MASTER | CR_SCK_MASTER;
break;
default:
pr_debug("ssi: invalid master/slave configuration\n");
pr_debug("ssi: invalid master/secondary configuration\n");
return -EINVAL;
}

Expand Down

0 comments on commit 0498b5b

Please sign in to comment.