the following patch was just integrated into master: commit 40672becaa44a0d71f6a312335cc4c028d60199b Author: Aaron Durbin adurbin@chromium.org Date: Tue Mar 8 11:01:17 2016 -0600
drivers/intel/fsp2_0: don't leak resources
rdev_mmap() was not followed by rdev_munmap(), thus leaking resources. Fix the leak.
Change-Id: Ibdd30d6b64616038013b4bb748f2ad4a98db5472 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://review.coreboot.org/13958 Reviewed-by: Furquan Shaikh furquan@google.com Tested-by: build bot (Jenkins) Reviewed-by: Andrey Petrov andrey.petrov@intel.com
See https://review.coreboot.org/13958 for details.
-gerrit