From: Yasuaki Ishimatsu Date: Wed, 6 Aug 2014 23:07:00 +0000 (-0700) Subject: drivers/firmware/memmap.c: pass the correct argument to firmware_map_find_entry_bootmem() X-Git-Tag: cleanup-for-v3.18~96^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49c8b24d00b6cb06a9c3fb959a957319cc770d71;p=pandora-kernel.git drivers/firmware/memmap.c: pass the correct argument to firmware_map_find_entry_bootmem() firmware_map_add_hotplug() calls firmware_map_find_entry_bootmem() to get free firmware_map_entry. But end arguments is not correct. So firmware_map_find_entry_bootmem() cannot not find firmware_map_entry. The patch passes the correct end argument to firmware_map_find_entry_bootmem(). Signed-off-by: Yasuaki Ishimatsu Cc: Santosh Shilimkar Cc: Toshi Kani Cc: Greg Kroah-Hartman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed