Re: [PATCH] ASoC: uniphier: remove redundant check of PLL ID

2018-06-20 Thread Katsuhiro Suzuki
mi Hiramatsu ; Jassi Brar > ; linux-arm-ker...@lists.infradead.org; > linux-kernel@vger.kernel.org; Suzuki, Katsuhiro/鈴木 勝博 > > Subject: [PATCH] ASoC: uniphier: remove redundant check of PLL ID > > This patch removes redudant check of PLL ID. struct uniphier_aio_pll >

[PATCH] ASoC: uniphier: remove redundant check of PLL ID

2018-06-20 Thread Katsuhiro Suzuki
This patch removes redudant check of PLL ID. struct uniphier_aio_pll enable member has already been checked at is_valid_pll(). Signed-off-by: Katsuhiro Suzuki --- sound/soc/uniphier/aio-cpu.c | 4 1 file changed, 4 deletions(-) diff --git a/sound/soc/uniphier/aio-cpu.c b/sound/soc/uniphier