commit | 104cb574feb3033299568483a3f68031f47e0d43 | [log] [tgz] |
---|---|---|
author | Christian Krafft <krafft@de.ibm.com> | Sun Feb 24 20:03:42 2008 +0100 |
committer | Jean Delvare <khali@hyperion.delvare> | Sun Feb 24 20:03:42 2008 +0100 |
tree | 72308d9dd04d42c3f0565f7084d78d607031c46d | |
parent | 9e39ffeff6e54ef65832e4eb58059133f1a8aadf [diff] |
i2c-pca-isa: Add access check to legacy ioports When probing i2c-pca-isa writes to legacy ioports, which crashes the kernel if there is no device at that port. This patch adds a check_legacy_ioport call, so probe fails gracefully and thus prevents the oops. Signed-off-by: Christian Krafft <krafft@de.ibm.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>