Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196990
b: refs/heads/master
c: ffefea4
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 49a24a3 commit 759798a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: e43a0edcb066935268b60c3444e30423bfee664c
refs/heads/master: ffefea471134987fc647f0a7502540bb6e5ae71f
7 changes: 2 additions & 5 deletions trunk/drivers/staging/dt3155/dt3155.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ MA 02111-1307 USA
#include <linux/time.h> /* struct timeval */


#define TRUE 1
#define FALSE 0

/* Uncomment this for 50Hz CCIR */
#define CCIR 1

Expand All @@ -55,11 +52,11 @@ MA 02111-1307 USA
#ifdef CCIR
#define DT3155_MAX_ROWS 576
#define DT3155_MAX_COLS 768
#define FORMAT50HZ TRUE
#define FORMAT50HZ 1
#else
#define DT3155_MAX_ROWS 480
#define DT3155_MAX_COLS 640
#define FORMAT50HZ FALSE
#define FORMAT50HZ 0
#endif

/* Configuration structure */
Expand Down

0 comments on commit 759798a

Please sign in to comment.