commit | 4816693286d4ff9219b1cc72c2ab9c589448ebcb | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Thu Jul 30 12:54:40 2015 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 05 17:26:00 2015 -0700 |
tree | a2306d47c61d7fea89bd9aad7c1bbd1ab25a4b8a | |
parent | 2664e0386e813158b599a73164f8f7ddb2b0eb6d [diff] |
toshiba laptop: replace ioremap_cache with ioremap With ioremap_cache being replaced with memremap there is no longer a guarantee that a mapping will silently fall back to an uncached mapping. Explicitly use a vanilla ioremap() for this short lived mapping. Cc: Arnd Bergmann <arnd@arndb.de> Cc: Jonathan Buzzard <jonathan@buzzard.org.uk> Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>