• Linus Torvalds's avatar
    Fix a few incorrectly checked [io_]remap_pfn_range() calls · 0bfd5758
    Linus Torvalds authored
    commit 7314e613 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: default avatarNico Golde <nico@ngolde.de>
    Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org.
    [bwh: Backported to 3.2:
     - Adjust context
     - Also remove redundant vm_flags changes, removed separately upstream]
    Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
    0bfd5758
au1200fb.c 49.6 KB