commit | fa44c077eb2a17aa6913feceb493d13f45f3fa25 | [log] [tgz] |
---|---|---|
author | Daniel Ribeiro <drwyrm@gmail.com> | Wed Jun 10 15:23:24 2009 -0300 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Jun 11 21:03:19 2009 +0100 |
tree | 04f45f945e04396b6c374a244b3f4179ad2d9f5e | |
parent | 46f5822f7841697d4aedaf4672661d7a765172cd [diff] |
ASoC: remove duplicated code on pxa-ssp.c * We don't need to write the registers twice, remove the first write. * DAIFMT_INV switch is duplicated inside DAIFMT_FORMAT switch, move it out. (This patch is for Mark's for-2.6.32 branch, I have not checked if the code is duplicated on current 2.6.30) Signed-off-by: Daniel Ribeiro <drwyrm@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>