summaryrefslogtreecommitdiff
path: root/crypto/cast5.c
diff options
context:
space:
mode:
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-03-27 14:24:12 (GMT)
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-03-27 14:31:57 (GMT)
commita2a395256134a24d906d5e67e03e853c580b37ed (patch)
tree752692d1d77fdad32484c6d5d50005d0de48f367 /crypto/cast5.c
parent957ecd7dc835d40d110e8c8f460d1956420f86b1 (diff)
downloadlinux-a2a395256134a24d906d5e67e03e853c580b37ed.tar.xz
avr32: Fix bug in early resource allocation code
add_reserved_region() tries to keep the resource list sorted, so when looking for a place to insert the new resource, it may break out before the last entry. When this happens, the list is broken in two because the sibling field of the new entry doesn't point to the next resource. Fix it by updating the new resource's sibling field appropriately. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'crypto/cast5.c')
0 files changed, 0 insertions, 0 deletions