Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42858
b: refs/heads/master
c: 940cc2d
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Linus Torvalds committed Dec 7, 2006
1 parent 6d03075 commit b8e754b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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: c67220480e0dc6442851691c81c2ff7aa48f9d8f
refs/heads/master: 940cc2df935d00e704c7b8366bdaedda379abf85
8 changes: 4 additions & 4 deletions trunk/drivers/isdn/hisax/isdnhdlc.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ struct isdnhdlc_vars {
unsigned char shift_reg;
unsigned char ffvalue;

int data_received:1; // set if transferring data
int dchannel:1; // set if D channel (send idle instead of flags)
int do_adapt56:1; // set if 56K adaptation
int do_closing:1; // set if in closing phase (need to send CRC + flag
unsigned int data_received:1; // set if transferring data
unsigned int dchannel:1; // set if D channel (send idle instead of flags)
unsigned int do_adapt56:1; // set if 56K adaptation
unsigned int do_closing:1; // set if in closing phase (need to send CRC + flag
};


Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/l64781.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct l64781_state {
struct dvb_frontend frontend;

/* private demodulator data */
int first:1;
unsigned int first:1;
};

#define dprintk(args...) \
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/arm/sa11xx-uda1341.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ struct audio_stream {
#else
dma_regs_t *dma_regs; /* points to our DMA registers */
#endif
int active:1; /* we are using this stream for transfer now */
unsigned int active:1; /* we are using this stream for transfer now */
int period; /* current transfer period */
int periods; /* current count of periods registerd in the DMA engine */
int tx_spin; /* are we recoding - flag used to do DMA trans. for sync */
Expand Down

0 comments on commit b8e754b

Please sign in to comment.