Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197116
b: refs/heads/master
c: 08db6c5
h: refs/heads/master
v: v3
  • Loading branch information
Soeren Moeller authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 576ee07 commit 64f9cd5
Show file tree
Hide file tree
Showing 2 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: 933025b60836a80f415bb458f3880519fc24606e
refs/heads/master: 08db6c59a2d4d8162d7544ffaa9aa7d27ce9e50a
12 changes: 6 additions & 6 deletions trunk/drivers/staging/quatech_usb2/quatech_usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static int debug;
#define QT2_HW_FLOW_CONTROL_MASK 0xc5
#define QT2_SW_FLOW_CONTROL_MASK 0xc6
#define QT2_SW_FLOW_CONTROL_DISABLE 0xc7
#define QT2_BREAK_CONTROL 0xc8
#define QT2_BREAK_CONTROL 0xc8
#define QT2_STOP_RECEIVE 0xe0
#define QT2_FLUSH_DEVICE 0xc4
#define QT2_GET_SET_QMCR 0xe1
Expand Down Expand Up @@ -207,7 +207,7 @@ struct quatech2_dev {
bool ReadBulkStopped;
char open_ports;
struct usb_serial_port *current_port;
int buffer_size;
int buffer_size;
};

/* structure which holds line and modem status flags */
Expand Down Expand Up @@ -1648,10 +1648,10 @@ __func__);
} /*endif*/
if (tty_st && urb->actual_length) {
tty_buffer_request_room(tty_st, 1);
tty_insert_flip_string(tty_st,
&((unsigned char *)(urb->transfer_buffer)
)[i],
1);
tty_insert_flip_string(tty_st, &(
(unsigned char *)
(urb->transfer_buffer)
)[i], 1);
}
} /*endfor*/
tty_flip_buffer_push(tty_st);
Expand Down

0 comments on commit 64f9cd5

Please sign in to comment.