Skip to content

Commit

Permalink
[media] gspca - pac7302/pac7311: Fix some warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent d851859 commit 0aeb5ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 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 0aeb5ec

Please sign in to comment.