From: Sergei Shtylyov Date: Wed, 13 Dec 2006 08:35:51 +0000 (-0800) Subject: [PATCH] ide: fix the case of multiple HPT3xx chips present X-Git-Tag: v2.6.20-rc1~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d1dd93c462b52512685fe118159eafc7eb9f7e;p=pandora-kernel.git [PATCH] ide: fix the case of multiple HPT3xx chips present init_chipset_hpt366() modifies some fields of the ide_pci_device_t structure depending on the chip's revision, so pass it a copy of the structure to avoid issues when multiple different chips are present. Signed-off-by: Sergei Shtylyov Cc: Bartlomiej Zolnierkiewicz Cc: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed