Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/topic/kirkwood' into asoc-next
Browse files Browse the repository at this point in the history
  • Loading branch information
broonie committed Nov 4, 2013
2 parents 6caa989 + 99d8d3b commit fc10c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/kirkwood/kirkwood-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ static int kirkwood_i2s_dev_probe(struct platform_device *pdev)
} else {
dev_info(&pdev->dev, "found external clock\n");
clk_prepare_enable(priv->extclk);
soc_dai = &kirkwood_i2s_dai_extclk;
soc_dai = kirkwood_i2s_dai_extclk;
}
}

Expand Down

0 comments on commit fc10c6d

Please sign in to comment.