]> Git Repo - linux.git/commit
drivers/firmware/memmap.c: pass the correct argument to firmware_map_find_entry_bootmem()
authorYasuaki Ishimatsu <[email protected]>
Wed, 6 Aug 2014 23:07:00 +0000 (16:07 -0700)
committerLinus Torvalds <[email protected]>
Thu, 7 Aug 2014 01:01:19 +0000 (18:01 -0700)
commit49c8b24d00b6cb06a9c3fb959a957319cc770d71
tree4021044e2769405b63dee64181e0721c7729224e
parentf6f8ed47353597dcb895eb4a15a28af657392e72
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 <[email protected]>
Cc: Santosh Shilimkar <[email protected]>
Cc: Toshi Kani <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/firmware/memmap.c
This page took 0.045613 seconds and 4 git commands to generate.