commit | cbf5d9e6b9bcf03291cbb51db144b3e2773a8a2d | [log] [tgz] |
---|---|---|
author | Roland Dreier <roland@digitalvampire.org> | Wed Oct 03 11:15:11 2007 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 12 15:03:17 2007 -0700 |
tree | 494d61012a0d5f23f2af9be72a2e17a1c7f344fc | |
parent | a56bc69a182f501582557af7fad5bc882b1c856c [diff] |
MSI: Use correct data offset for 32-bit MSI in read_msi_msg() While reading the MSI code trying to find a reason why MSI wouldn't work for devices that have a 32-bit MSI address capability, I noticed that read_msi_msg() seems to read the message data from the wrong offset in this case. Signed-off-by: Roland Dreier <roland@digitalvampire.org> Acked-by: Eric W. Biederman <ebiederm@xmission.com> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>