Re: [PATCH] PCI fixes for 2.6.0-test3

From: Greg KH
Date: Thu Aug 21 2003 - 12:42:45 EST


ChangeSet 1.1285.1.5, 2003/08/20 16:59:06-07:00, greg@xxxxxxxxx

FB: fix broken tridentfb.c driver due to device.name change.


drivers/video/tridentfb.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/video/tridentfb.c b/drivers/video/tridentfb.c
--- a/drivers/video/tridentfb.c Thu Aug 21 10:20:41 2003
+++ b/drivers/video/tridentfb.c Thu Aug 21 10:20:41 2003
@@ -1129,7 +1129,7 @@
return -1;
}

- output("%s board found\n", dev->dev.name);
+ output("%s board found\n", pci_name(dev));
#if 0
output("Trident board found : mem = %X,io = %X, mem_v = %X, io_v = %X\n",
tridentfb_fix.smem_start, tridentfb_fix.mmio_start, fb_info.screen_base, default_par.io_virt);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/