Skip to content
Commit e2569b7e authored by Julia Lawall's avatar Julia Lawall Committed by Tony Luck
Browse files

[IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte()



As noted by Akinobu Mita alloc_bootmem and related functions never return
NULL and always return a zeroed region of memory.  Thus a NULL test or
memset after calls to these functions is unnecessary.

Signed-off-by: default avatarJulia Lawall <julia@diku.dk>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 8097110d
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