diff options
| -rw-r--r-- | arch/powerpc/lib/rheap.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/powerpc/lib/rheap.c b/arch/powerpc/lib/rheap.c index 29b2941cada0..45907c1dae66 100644 --- a/arch/powerpc/lib/rheap.c +++ b/arch/powerpc/lib/rheap.c @@ -556,6 +556,7 @@ unsigned long rh_alloc_fixed(rh_info_t * info, unsigned long start, int size, co  		be = blk->start + blk->size;  		if (s >= bs && e <= be)  			break; +		blk = NULL;  	}  	if (blk == NULL) | 
