Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100965
b: refs/heads/master
c: c6c1c94
h: refs/heads/master
i:
  100963: 46a5243
v: v3
  • Loading branch information
Greg Kroah-Hartman authored and David Woodhouse committed Jul 10, 2008
1 parent f72af4b commit b75f676
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: b82a82d0a90af74847ae3e873a241dedf3786fd5
refs/heads/master: c6c1c94e8225c833d4c175622f8c2e70c7347a7d
2 changes: 1 addition & 1 deletion trunk/drivers/firmware/dell_rbu.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static int create_packet(void *data, size_t length)
return retval;
}

static int packetize_data(void *data, size_t length)
static int packetize_data(const u8 *data, size_t length)
{
int rc = 0;
int done = 0;
Expand Down

0 comments on commit b75f676

Please sign in to comment.