Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367074
b: refs/heads/master
c: 8c93c40
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Apr 22, 2013
1 parent 054143d commit 15192d0
Show file tree
Hide file tree
Showing 2 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: 5ddfbbb9ca2e74d4b392ccef675641babba6b7f8
refs/heads/master: 8c93c40080bda655295ae3673dfb26dee34d9d49
4 changes: 2 additions & 2 deletions trunk/drivers/staging/media/go7007/go7007-priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ struct go7007_board_info {
int num_i2c_devs;
struct go_i2c {
const char *type;
int is_video:1;
int is_audio:1;
unsigned int is_video:1;
unsigned int is_audio:1;
int addr;
u32 flags;
} i2c_devs[5];
Expand Down

0 comments on commit 15192d0

Please sign in to comment.