From: Bartlomiej Zolnierkiewicz Date: Tue, 24 Mar 2009 22:22:53 +0000 (+0100) Subject: ide: fix ->init_chipset method to return 'int' value X-Git-Tag: v2.6.30-rc1~672^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed0ef543ae3f3ea4f8bd0433fb1fed22625a309;p=pandora-kernel.git ide: fix ->init_chipset method to return 'int' value * Return 0 instead of dev->irq in ->init_chipset implementations. * Fix ->init_chipset method to return 'int' value instead of 'unsigned int' one. This fixes ->init_chipset handling for host drivers (cs5530, hpt366 and pdc202xx_new) for which it is possible for this method to fail. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed