From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yosuke Iwamatsu Subject: [PATCH] pcifront: Fix Error Message Date: Thu, 27 Mar 2008 10:31:35 +0900 Message-ID: <47EAF8F7.4060102@ab.jp.nec.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080004020705000903050005" 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 multi-part message in MIME format. --------------080004020705000903050005 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Fix an error message in device detachment. Regards, ----------------------- Yosuke Iwamatsu NEC Corporation --------------080004020705000903050005 Content-Type: all/allfiles; name="pcifront_fix_error_msg.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pcifront_fix_error_msg.patch" pcifront: Fix an error message in device detachment Signed-off-by: Yosuke Iwamatsu diff -r bfc040135633 drivers/xen/pcifront/xenbus.c --- a/drivers/xen/pcifront/xenbus.c Wed Mar 26 14:11:25 2008 +0000 +++ b/drivers/xen/pcifront/xenbus.c Thu Mar 27 10:14:58 2008 +0900 @@ -332,7 +332,7 @@ static int pcifront_detach_devices(struc if (err >= 0) err = -EINVAL; xenbus_dev_fatal(pdev->xdev, err, - "Error reading PCI root %d", i); + "Error reading PCI device %d", i); goto out; } --------------080004020705000903050005 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 --------------080004020705000903050005--