Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294210
b: refs/heads/master
c: b49f184
h: refs/heads/master
v: v3
  • Loading branch information
Ben Collins authored and Bernie Thompson committed Mar 3, 2012
1 parent 3a3903e commit a78fde1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8d21547d3c9c3bc653261f26d554cfabc4a083de
refs/heads/master: b49f184b640dcfab7ede394cf2a1ff4fe3d154f5
2 changes: 1 addition & 1 deletion trunk/drivers/video/udlfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ static int dlfb_parse_vendor_descriptor(struct dlfb_data *dev,
u8 length;
u16 key;

key = *((u16 *) desc);
key = le16_to_cpu(*((u16 *) desc));
desc += sizeof(u16);
length = *desc;
desc++;
Expand Down

0 comments on commit a78fde1

Please sign in to comment.