Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268792
b: refs/heads/master
c: ab886ff
h: refs/heads/master
v: v3
  • Loading branch information
Aaro Koskinen authored and Greg Kroah-Hartman committed Oct 12, 2011
1 parent d5a71bd commit 5245ca2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7548a83e5f8885679fa568e55242500b6164ee2e
refs/heads/master: ab886ff86dbcae6f5006900bafaf6102ff4bd79b
4 changes: 2 additions & 2 deletions trunk/drivers/staging/xgifb/XGI_main_26.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static inline void dumpVGAReg(void)
#endif

/* data for XGI components */
struct video_info xgi_video_info;
struct xgifb_video_info xgi_video_info;

#if 1
#define DEBUGPRN(x)
Expand Down Expand Up @@ -2412,7 +2412,7 @@ static int __devinit xgifb_probe(struct pci_dev *pdev,

static void __devexit xgifb_remove(struct pci_dev *pdev)
{
struct video_info *xgifb_info = pci_get_drvdata(pdev);
struct xgifb_video_info *xgifb_info = pci_get_drvdata(pdev);
struct fb_info *fb_info = xgifb_info->fb_info;

unregister_framebuffer(fb_info);
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/xgifb/XGIfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ enum xgi_tv_plug { /* vicki@030226 */
TVPLUG_TOTAL
};

struct video_info {
struct xgifb_video_info {
struct fb_info *fb_info;
struct xgi_hw_device_info hw_info;

Expand Down Expand Up @@ -102,6 +102,6 @@ struct video_info {
};


extern struct video_info xgi_video_info;
extern struct xgifb_video_info xgi_video_info;

#endif
2 changes: 1 addition & 1 deletion trunk/drivers/staging/xgifb/vb_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ static unsigned char GetXG27FPBits(struct vb_device_info *pVBInfo)

unsigned char XGIInitNew(struct pci_dev *pdev)
{
struct video_info *xgifb_info = pci_get_drvdata(pdev);
struct xgifb_video_info *xgifb_info = pci_get_drvdata(pdev);
struct xgi_hw_device_info *HwDeviceExtension = &xgifb_info->hw_info;
struct vb_device_info VBINF;
struct vb_device_info *pVBInfo = &VBINF;
Expand Down

0 comments on commit 5245ca2

Please sign in to comment.