]> Git Repo - linux.git/commit
[PATCH] ide: fix the case of multiple HPT3xx chips present
authorSergei Shtylyov <[email protected]>
Wed, 13 Dec 2006 08:35:51 +0000 (00:35 -0800)
committerLinus Torvalds <[email protected]>
Wed, 13 Dec 2006 17:05:55 +0000 (09:05 -0800)
commit73d1dd93c462b52512685fe118159eafc7eb9f7e
tree79fc116a127e7f47ad93e5e6816206e11614a753
parent33b18a602525198ab8892789dab6839f325407f8
[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 <[email protected]>
Cc: Bartlomiej Zolnierkiewicz <[email protected]>
Cc: Alan Cox <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/ide/pci/hpt366.c
This page took 0.052269 seconds and 4 git commands to generate.