From 2d95b37f12e6fc97c2bce6280d4f167e6d0e20c8 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 21 Feb 2007 17:01:43 +0000 Subject: [PATCH] Copypaste bug. --- drivers/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 929c9d27b..1e70d89c5 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -962,7 +962,7 @@ int devind; if (debug) { printf( - "primary channel is not in native mode, clearing BARs 2 and 3\n"); + "secondary channel is not in native mode, clearing BARs 2 and 3\n"); } clear_23= 1; }