Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226381
b: refs/heads/master
c: 0aeb5ec
h: refs/heads/master
i:
  226379: 71e482b
v: v3
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent c6a4441 commit fa1a4db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: d85185902fb669a92d4934b926f8016368e1ad06
refs/heads/master: 0aeb5ec74b0a95f1699040f0262a6fd5507d6e8f
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/pac7302.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ static const __u8 page3_7302[] = {

static void reg_w_buf(struct gspca_dev *gspca_dev,
__u8 index,
const char *buffer, int len)
const u8 *buffer, int len)
{
int ret;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/pac7311.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ static const __u8 page4_7311[] = {

static void reg_w_buf(struct gspca_dev *gspca_dev,
__u8 index,
const char *buffer, int len)
const u8 *buffer, int len)
{
int ret;

Expand Down

0 comments on commit fa1a4db

Please sign in to comment.