summaryrefslogtreecommitdiff
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorRoel Kluin <roel.kluin@gmail.com>2010-02-13 14:54:03 (GMT)
committerDan Williams <dan.j.williams@intel.com>2010-03-01 05:22:12 (GMT)
commitf1acb878b6070941e844dfc4ca1b3b9e5a70426c (patch)
treeee42486424fea38a50136f95379b4bc42d0c3d5f /drivers/dma/Kconfig
parent67b9124f734b22b30d9adf18c39fe795e2901070 (diff)
downloadlinux-f1acb878b6070941e844dfc4ca1b3b9e5a70426c.tar.xz
iop-adma: redundant/wrong tests in iop_*_count()?
When we reach the loop, len is at least 1, we only stay in the loop when len is at least MAX_BYTE_COUNT + 1, MAX_BYTE_COUNT is subtracted in each iteration. So when we leave the loop, or didn't take it, len is at least 1. Testing whether len is non-zero appears redundant. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
0 files changed, 0 insertions, 0 deletions