commit | 8e1c8096faae6b8ac788a1bbeeea126044cb485a | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Wed Nov 27 01:41:44 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Wed Nov 27 16:31:31 2013 +0000 |
tree | 2de403de99378c18ae5ddeb36100c4d3118c70c0 | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae [diff] |
spi: rcar: Fix uninitialized variable warning The transfer data length variable is set based on the desired access size, without a default case. This results in a compiler warning, even though the access size is always set to a supported value. Create a default case to silence the warning. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mark Brown <broonie@linaro.org>