Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281278
b: refs/heads/master
c: 83fae39
h: refs/heads/master
v: v3
  • Loading branch information
Aaro Koskinen authored and Greg Kroah-Hartman committed Dec 8, 2011
1 parent 8036c06 commit 0aa19b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: bd76127489959e5e7da4fd4990a55086026e135b
refs/heads/master: 83fae3970ec3ae5f9288643599c4d21edad6e572
4 changes: 1 addition & 3 deletions trunk/drivers/staging/xgifb/vb_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1148,9 +1148,7 @@ static void ReadVBIOSTablData(unsigned char ChipType,
i += 25;
j--;
k++;
} while ((j > 0) &&
(k < (sizeof(XGI21_LCDCapList) /
sizeof(struct XGI21_LVDSCapStruct))));
} while (j > 0 && k < ARRAY_SIZE(XGI21_LCDCapList));
}

static void XGINew_ChkSenseStatus(struct xgi_hw_device_info *HwDeviceExtension,
Expand Down

0 comments on commit 0aa19b4

Please sign in to comment.