mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
staging: xgifb: delete pVBInfo->BaseAddr
Delete redundant field. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b8e1cc5c8d
commit
cdbbc618f8
@ -1286,16 +1286,10 @@ unsigned char XGIInitNew(struct pci_dev *pdev)
|
||||
|
||||
pVBInfo->FBAddr = HwDeviceExtension->pjVideoMemoryAddress;
|
||||
|
||||
pVBInfo->BaseAddr = xgifb_info->vga_base;
|
||||
|
||||
if (pVBInfo->FBAddr == NULL) {
|
||||
dev_dbg(&pdev->dev, "pVBInfo->FBAddr == 0\n");
|
||||
return 0;
|
||||
}
|
||||
if (pVBInfo->BaseAddr == 0) {
|
||||
dev_dbg(&pdev->dev, "pVBInfo->BaseAddr == 0\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
XGIRegInit(pVBInfo, xgifb_info->vga_base);
|
||||
|
||||
|
@ -5948,7 +5948,6 @@ unsigned char XGISetModeNew(struct xgifb_video_info *xgifb_info,
|
||||
unsigned short ModeIdIndex;
|
||||
struct vb_device_info VBINF;
|
||||
struct vb_device_info *pVBInfo = &VBINF;
|
||||
pVBInfo->BaseAddr = xgifb_info->vga_base;
|
||||
pVBInfo->IF_DEF_LVDS = 0;
|
||||
|
||||
if (HwDeviceExtension->jChipType >= XG20) {
|
||||
|
@ -156,7 +156,6 @@ struct vb_device_info {
|
||||
unsigned short SelectCRT2Rate;
|
||||
|
||||
void __iomem *FBAddr;
|
||||
unsigned long BaseAddr;
|
||||
|
||||
unsigned char const (*SR15)[8];
|
||||
unsigned char const (*CR40)[8];
|
||||
|
Loading…
Reference in New Issue
Block a user