From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: [PATCH] x86: fix a benign typo Date: Mon, 12 Jul 2010 09:48:05 +0100 Message-ID: <4C3AF2E5020000780000AB1D@vpn.id2.novell.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=__Part1D3066D5.0__=" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org This is a MIME message. If you are reading this text, you may want to consider changing to a mail reader or gateway that understands how to properly handle MIME multipart messages. --=__Part1D3066D5.0__= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Just to avoid confusing readers - no functional change. Signed-off-by: Jan Beulich --- 2010-06-15.orig/xen/arch/x86/msi.c 2010-03-26 10:19:56.000000000 = +0100 +++ 2010-06-15/xen/arch/x86/msi.c 2010-07-09 14:03:28.000000000 = +0200 @@ -676,7 +676,7 @@ static int __pci_enable_msix(struct msi_ return -ENODEV; =20 pos =3D pci_find_cap_offset(msi->bus, slot, func, PCI_CAP_ID_MSIX); - control =3D pci_conf_read16(msi->bus, slot, func, msi_control_reg(pos)= ); + control =3D pci_conf_read16(msi->bus, slot, func, msix_control_reg(pos= )); nr_entries =3D multi_msix_capable(control); if (msi->entry_nr >=3D nr_entries) return -EINVAL; --=__Part1D3066D5.0__= Content-Type: text/plain; name="x86-msix-typo.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="x86-msix-typo.patch" Just to avoid confusing readers - no functional change.=0A=0ASigned-off-by:= Jan Beulich =0A=0A--- 2010-06-15.orig/xen/arch/x86/ms= i.c 2010-03-26 10:19:56.000000000 +0100=0A+++ 2010-06-15/xen/arch/x86/m= si.c 2010-07-09 14:03:28.000000000 +0200=0A@@ -676,7 +676,7 @@ static = int __pci_enable_msix(struct msi_=0A return -ENODEV;=0A =0A = pos =3D pci_find_cap_offset(msi->bus, slot, func, PCI_CAP_ID_MSIX);=0A- = control =3D pci_conf_read16(msi->bus, slot, func, msi_control_reg(pos));=0A= + control =3D pci_conf_read16(msi->bus, slot, func, msix_control_reg(pos= ));=0A nr_entries =3D multi_msix_capable(control);=0A if (msi->entr= y_nr >=3D nr_entries)=0A return -EINVAL;=0A --=__Part1D3066D5.0__= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --=__Part1D3066D5.0__=--