Skip to content

Commit

Permalink
Merge master.kernel.org:/home/rmk/linux-2.6-ucb
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Torvalds committed Sep 24, 2005
2 parents 2e55b57 + 6b9ea42 commit ef6bd6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/mfd/ucb1x00-ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ struct ucb1x00_ts {
u16 x_res;
u16 y_res;

int restart:1;
int adcsync:1;
unsigned int restart:1;
unsigned int adcsync:1;
};

static int adcsync;
Expand Down

0 comments on commit ef6bd6e

Please sign in to comment.