aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ibm_emac/ibm_emac_debug.c
diff options
context:
space:
mode:
authorJon Mason <[email protected]>2006-10-05 18:47:21 +0200
committerAndi Kleen <[email protected]>2006-10-05 18:47:21 +0200
commitdedc9937e876cb5430bca6a1dccfcc2ff22f8b7c (patch)
treebefdff79af02b30ba42cfdb983343ea7ec7b363f /drivers/net/ibm_emac/ibm_emac_debug.c
parent814eadcefe79a2977a11ba135c4763a402112746 (diff)
[PATCH] x86-64: Calgary IOMMU: deobfuscate calgary_init
calgary_init's for loop does not correspond to the actual device being checked, which makes its upperbound check for array overflow useless. Changing this to a do-while loop is the correct way of doing this. There should be no possibility of spinning forever in this loop, as pci_get_device states that it will go through all iterations, then return NULL (thus breaking the loop). Signed-off-by: Jon Mason <[email protected]> Signed-off-by: Muli Ben-Yehuda <[email protected]> Signed-off-by: Andi Kleen <[email protected]>
Diffstat (limited to 'drivers/net/ibm_emac/ibm_emac_debug.c')
0 files changed, 0 insertions, 0 deletions