diff options
| -rw-r--r-- | drivers/spi/spi-pl022.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c index 9c511a954d21..1ff2d8e78f51 100644 --- a/drivers/spi/spi-pl022.c +++ b/drivers/spi/spi-pl022.c | |||
| @@ -1619,7 +1619,6 @@ static int verify_controller_parameters(struct pl022 *pl022, | |||
| 1619 | dev_err(&pl022->adev->dev, | 1619 | dev_err(&pl022->adev->dev, |
| 1620 | "RX FIFO Trigger Level is configured incorrectly\n"); | 1620 | "RX FIFO Trigger Level is configured incorrectly\n"); |
| 1621 | return -EINVAL; | 1621 | return -EINVAL; |
| 1622 | break; | ||
| 1623 | } | 1622 | } |
| 1624 | switch (chip_info->tx_lev_trig) { | 1623 | switch (chip_info->tx_lev_trig) { |
| 1625 | case SSP_TX_1_OR_MORE_EMPTY_LOC: | 1624 | case SSP_TX_1_OR_MORE_EMPTY_LOC: |
| @@ -1645,7 +1644,6 @@ static int verify_controller_parameters(struct pl022 *pl022, | |||
| 1645 | dev_err(&pl022->adev->dev, | 1644 | dev_err(&pl022->adev->dev, |
| 1646 | "TX FIFO Trigger Level is configured incorrectly\n"); | 1645 | "TX FIFO Trigger Level is configured incorrectly\n"); |
| 1647 | return -EINVAL; | 1646 | return -EINVAL; |
| 1648 | break; | ||
| 1649 | } | 1647 | } |
| 1650 | if (chip_info->iface == SSP_INTERFACE_NATIONAL_MICROWIRE) { | 1648 | if (chip_info->iface == SSP_INTERFACE_NATIONAL_MICROWIRE) { |
| 1651 | if ((chip_info->ctrl_len < SSP_BITS_4) | 1649 | if ((chip_info->ctrl_len < SSP_BITS_4) |
