Skip to content

Commit

Permalink
[ALSA] soc - s3c24xx-i2s - Add missing spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
broonie authored and tiwai committed Apr 24, 2008
1 parent 0015e7d commit 0fe564a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/s3c24xx/s3c24xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ static int s3c24xx_i2s_probe(struct platform_device *pdev)
if (s3c24xx_i2s.regs == NULL)
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) {
DBG("failed to get iis_clock\n");
iounmap(s3c24xx_i2s.regs);
Expand Down

0 comments on commit 0fe564a

Please sign in to comment.