summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2006-02-03 12:46:49 +0000
committerLuc Verhaegen <libv@skynet.be>2006-02-03 12:46:49 +0000
commit44d140ed0db6d22e53f3e345aef4f33b055fe2a2 (patch)
treea0b324de6565c743b9eb2c47f72afe920528144b
parent87402ed3e2eea4a48103abb8088b5581df3e4d59 (diff)
[devel-ViaVideoRamGetFromRamController_P4M800_exception_fix] Fix warnings
in P4M800 messages; forgot __func__.
-rw-r--r--src/via_driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/via_driver.c b/src/via_driver.c
index 6f3c57f..ec1baf7 100644
--- a/src/via_driver.c
+++ b/src/via_driver.c
@@ -691,9 +691,9 @@ ViaVideoRamGetFromRamController(ScrnInfoPtr pScrn)
/* check host bridge pci device id as this might be P4M800. */
if (pciReadWord(0x00000000, 0x02) != 0x3205) {
xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "%s: Still unable to probe"
- " VideoRam Size directly on P4M800.\n");
+ " VideoRam Size directly on P4M800.\n", __func__);
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
- "%s: Please contact libv@skynet.be ASAP.\n");
+ "%s: Please contact libv@skynet.be ASAP.\n", __func__);
break;
}
/* KM400 so fall through */