mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 21:45:08 -04:00
staging: xgifb: ReadVBIOSTablData(): rename to xgifb_read_vbios()
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d1805b3870
commit
4e6f403a3b
@@ -1114,7 +1114,7 @@ static u8 *xgifb_copy_rom(struct pci_dev *dev, size_t *rom_size)
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user