]> git.baikalelectronics.ru Git - kernel.git/commit
spi: pxa2xx: add missed break
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 2 Jan 2017 11:44:28 +0000 (13:44 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 4 Jan 2017 18:36:22 +0000 (18:36 +0000)
commit8de56a43402481167408b0295182fa325c0270b3
tree83fce3955f1fa900fd64271537e858f377802eee
parent61e97e732ac8f4496397abff47ad11acd8290ca8
spi: pxa2xx: add missed break

The commit daee37584ddc ("spi: pxa2xx: Default thresholds to PXA
configuration") while splitting up CE4100 code obviously missed a break
condition in one chunk. Add it here.

Looks like we have no active user of CE4100, though better to fix this later
than never.

Fixes: commit daee37584ddc ("spi: pxa2xx: Default thresholds to PXA configuration")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx.c