Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310268
b: refs/heads/master
c: 35f3ec1
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Florian Tobias Schandinat committed May 8, 2012
1 parent 7818665 commit 5a22047
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: 2293d620bef6cc76760d1790b93c8c100b1b872a
refs/heads/master: 35f3ec1c224b823811e66450b1323eaabc11e982
2 changes: 1 addition & 1 deletion trunk/drivers/video/smscufx.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ static void ufx_raw_rect(struct ufx_data *dev, u16 *cmd, int x, int y,
}
}

int ufx_handle_damage(struct ufx_data *dev, int x, int y,
static int ufx_handle_damage(struct ufx_data *dev, int x, int y,
int width, int height)
{
size_t packed_line_len = ALIGN((width * 2), 4);
Expand Down

0 comments on commit 5a22047

Please sign in to comment.