[PATCH] fix ioremap off by one bug
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).
Showing
Please register or sign in to comment