spi: nuc900: Fix setting multiple bits settings in register
authorAxel Lin <axel.lin@ingics.com>
Fri, 21 Mar 2014 05:24:14 +0000 (13:24 +0800)
committerMark Brown <broonie@linaro.org>
Fri, 21 Mar 2014 17:49:04 +0000 (17:49 +0000)
The correct way to set multiple bits settings is always clear these
bit fields before set new settings.

Current code does not cause problem because the reset value of these
bit fields are 0, and these settings only set once during probe.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found