Skip to content
Commit 7f02c463 authored by Colin Ian King's avatar Colin Ian King Committed by Ralf Baechle
Browse files

MIPS: Octeon: Fix fall through on bar type OCTEON_DMA_BAR_TYPE_SMALL



Bar type OCTEON_DMA_BAR_TYPE_SMALL assigns lo and hi addresses and
then falls through to OCTEON_DMA_BAR_TYPE_BIG that re-assignes lo and
hi addresses with totally different values. Add a break so we don't
fall through.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarDavid Daney <ddaney@caviumnetworks.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/6529/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent b616365e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment