diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-04 20:44:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-04 20:44:23 -0700 |
commit | 6cbf0c704d7c3bb215ae7e0381b1ff2ad5931f35 (patch) | |
tree | f2979bdafe0e0644fb82975a30993d03da7f8fd4 /lib/inflate.c | |
parent | 4d4700707c0d4be0efc968989fb1cd01c60c0a35 (diff) | |
download | op-kernel-dev-6cbf0c704d7c3bb215ae7e0381b1ff2ad5931f35.zip op-kernel-dev-6cbf0c704d7c3bb215ae7e0381b1ff2ad5931f35.tar.gz |
iomap: make the default iomap functions fail softer
We used to BUG_ON() for a badly mapped IO port, which is certainly
correct, but actually made it harder to debug the case where the ATA
drivers had incorrectly mapped a nonconnected ATA port.
So make badly mapped ports trigger a WARN_ON(), and throw the IO away
instead (and return all ones for reads). For things like broken driver
initialization - which is the most likely cause anyway - that should
mean that the machine comes up and is usable (at least that was the case
for the ATA breakage that triggered this patch).
It tends to be a whole lot easier to do a "dmesg" on a working machine
than to try to capture logs off a dead one.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/inflate.c')
0 files changed, 0 insertions, 0 deletions