staging: xgifb: ReadVBIOSTablData(): rename to xgifb_read_vbios()
authorAaro Koskinen <aaro.koskinen@iki.fi>
Mon, 5 Dec 2011 22:10:42 +0000 (00:10 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Dec 2011 20:26:06 +0000 (12:26 -0800)
Rename the function to xgifb_read_vbios().

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/xgifb/vb_init.c

index 4f56978391ad2142e6de24b99207ded76644a7ec..c52d74fb9c85608c3aa54b5bc49e327379e1d05a 100644 (file)
@@ -1114,7 +1114,7 @@ done:
        return rom_copy;
 }
 
-static void ReadVBIOSTablData(struct pci_dev *pdev,
+static void xgifb_read_vbios(struct pci_dev *pdev,
                              struct vb_device_info *pVBInfo)
 {
        struct xgifb_video_info *xgifb_info = pci_get_drvdata(pdev);
@@ -1523,8 +1523,7 @@ unsigned char XGIInitNew(struct pci_dev *pdev)
 
        InitTo330Pointer(HwDeviceExtension->jChipType, pVBInfo);
 
-       /* ReadVBIOSData */
-       ReadVBIOSTablData(pdev, pVBInfo);
+       xgifb_read_vbios(pdev, pVBInfo);
 
        /* 1.Openkey */
        xgifb_reg_set(pVBInfo->P3c4, 0x05, 0x86);