-
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
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).