Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]>

---

diff --git a/drivers/media/video/ivtv/ivtv-driver.c 
b/drivers/media/video/ivtv/ivtv-driver.c
index 065df53..ca3fe5f 100644
--- a/drivers/media/video/ivtv/ivtv-driver.c
+++ b/drivers/media/video/ivtv/ivtv-driver.c
@@ -1048,7 +1048,7 @@ static int __devinit ivtv_probe(struct pci_dev *dev,
                                       IVTV_ENCODER_SIZE);
        if (!itv->enc_mem) {
                IVTV_ERR("ioremap failed, perhaps increasing __VMALLOC_RESERVE 
in page.h\n");
-               IVTV_ERR("or disabling CONFIG_HIMEM4G into the kernel would 
help\n");
+               IVTV_ERR("or disabling CONFIG_HIGHMEM4G into the kernel would 
help\n");
                retval = -ENOMEM;
                goto free_mem;
        }
@@ -1060,7 +1060,7 @@ static int __devinit ivtv_probe(struct pci_dev *dev,
                                IVTV_DECODER_SIZE);
                if (!itv->dec_mem) {
                        IVTV_ERR("ioremap failed, perhaps increasing 
__VMALLOC_RESERVE in page.h\n");
-                       IVTV_ERR("or disabling CONFIG_HIMEM4G into the kernel 
would help\n");
+                       IVTV_ERR("or disabling CONFIG_HIGHMEM4G into the kernel 
would help\n");
                        retval = -ENOMEM;
                        goto free_mem;
                }
@@ -1076,7 +1076,7 @@ static int __devinit ivtv_probe(struct pci_dev *dev,
            ioremap_nocache(itv->base_addr + IVTV_REG_OFFSET, IVTV_REG_SIZE);
        if (!itv->reg_mem) {
                IVTV_ERR("ioremap failed, perhaps increasing __VMALLOC_RESERVE 
in page.h\n");
-               IVTV_ERR("or disabling CONFIG_HIMEM4G into the kernel would 
help\n");
+               IVTV_ERR("or disabling CONFIG_HIGHMEM4G into the kernel would 
help\n");
                retval = -ENOMEM;
                goto free_io;
        }

========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
    Have classroom, will lecture.

http://crashcourse.ca                          Waterloo, Ontario, CANADA
========================================================================

_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to