• Andrew Morton's avatar
    [PATCH] fix ioremap off by one bug · f4196e0e
    Andrew Morton authored
    Patch from Andreas Klein <asklein@cip.physik.uni-wuerzburg.de>
    
    Fixes an off-by-one in ioremap() - local variable `last_addr' is *inclusive*
    - it is the last byte of the mapping, not the usual (last byte + 1).
    f4196e0e
ioremap.c 7.17 KB