[ALSA] soc - s3c24xx-i2s - Add missing spaces
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
0015e7d1e2
commit
0fe564a564
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ static int s3c24xx_i2s_probe(struct platform_device *pdev)
|
||||||
if (s3c24xx_i2s.regs == NULL)
|
if (s3c24xx_i2s.regs == NULL)
|
||||||
return -ENXIO;
|
return -ENXIO;
|
||||||
|
|
||||||
s3c24xx_i2s.iis_clk=clk_get(&pdev->dev, "iis");
|
s3c24xx_i2s.iis_clk = clk_get(&pdev->dev, "iis");
|
||||||
if (s3c24xx_i2s.iis_clk == NULL) {
|
if (s3c24xx_i2s.iis_clk == NULL) {
|
||||||
DBG("failed to get iis_clock\n");
|
DBG("failed to get iis_clock\n");
|
||||||
iounmap(s3c24xx_i2s.regs);
|
iounmap(s3c24xx_i2s.regs);
|
||||||
|
|
Loading…
Add table
Reference in a new issue