[PATCH] I2O: Bugfixes
authorMarkus Lidel <Markus.Lidel@shadowconnect.com>
Fri, 6 Jan 2006 08:19:32 +0000 (00:19 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:54 +0000 (08:33 -0800)
commitdcceafe25a5f47cf69e5b46b4da6f15186ec8386
tree4a3d581b2a1d239daf5d42cd9d2e1e5d838d817a
parent24791bd48f643194d806654b587251b0f92233e8
[PATCH] I2O: Bugfixes

- Removed some kmalloc's with __GFP_ZERO and replace it with memset()
  because it didn't work properly.

- Fixed returned message frame in i2o_cfg_passthru() which caused raidutils
  to display wrong error message in case a disk was missing.

- Fixed size of printk() in i2o_scsi.c.

- Fixed get_device() and put_device() in probing of the I2O controller.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/message/i2o/driver.c
drivers/message/i2o/i2o_config.c
drivers/message/i2o/i2o_scsi.c
drivers/message/i2o/pci.c
include/linux/i2o.h
This page took 0.031651 seconds and 5 git commands to generate.