From: Linus Torvalds Date: Tue, 29 Oct 2013 17:21:34 +0000 (-0700) Subject: Fix a few incorrectly checked [io_]remap_pfn_range() calls X-Git-Tag: v3.2.53~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bfd575845a118c5861ada86aba6211a5c1fc366;p=pandora-kernel.git Fix a few incorrectly checked [io_]remap_pfn_range() calls commit 7314e613d5ff9f0934f7a0f74ed7973b903315d1 upstream. Nico Golde reports a few straggling uses of [io_]remap_pfn_range() that really should use the vm_iomap_memory() helper. This trivially converts two of them to the helper, and comments about why the third one really needs to continue to use remap_pfn_range(), and adds the missing size check. Reported-by: Nico Golde Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed