commit | 9a23c1d6f0f5dbac4c9b73fa6cea7c9ee3d29074 | [log] [tgz] |
---|---|---|
author | Antoine Tenart <antoine.tenart@free-electrons.com> | Mon Nov 03 09:56:11 2014 +0100 |
committer | Tejun Heo <tj@kernel.org> | Tue Nov 04 12:56:25 2014 -0500 |
tree | 10f539b563ed9d560ffbc5c9e9e590edb41e9173 | |
parent | e35b98849f2530bb77f8fe649b3eaa1489ff9d33 [diff] |
ahci: fix AHCI parameters not taken into account Changes into the AHCI subsystem have introduced a bug by not taking into account the force_port_map and mask_port_map parameters when using the ahci_pci_save_initial_config function. This commit fixes it by setting the internal parameters of the ahci_port_priv structure. Fixes: 725c7b570fda Reported-and-tested-by: Zlatko Calusic <zcalusic@bitsync.net> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>