From: Markus Lidel Date: Fri, 6 Jan 2006 08:19:32 +0000 (-0800) Subject: [PATCH] I2O: Bugfixes X-Git-Tag: v2.6.16-rc1~936^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcceafe25a5f47cf69e5b46b4da6f15186ec8386;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed