Re: [Patch 2/2] powerpc: i2c-isa: add access check to legacy ioports

2008-02-18 Thread Jean Delvare
Hi Christian, On Wed, 13 Feb 2008 18:37:01 +0100, Christian Krafft wrote: > 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 failes gracefully > and thus prevents the oops. > >

Re: [Patch 2/2] powerpc: i2c-isa: add access check to legacy ioports

2008-02-13 Thread Christian Krafft
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 failes gracefully and thus prevents the oops. Signed-off-by: Christian Krafft <[EMAIL PROTECTED]> Index: linux.git/drivers/i2c/busse