Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96133
b: refs/heads/master
c: 8594303
h: refs/heads/master
i:
  96131: bb12e24
v: v3
  • Loading branch information
Steven Rostedt authored and Linus Torvalds committed May 8, 2008
1 parent eceb185 commit 21d9270
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 9a0f4aea878315ba87cb8a4d0dddc67832218e3f
refs/heads/master: 8594303a7abc1a117b1d91412ce9b3d77ed35d02
6 changes: 3 additions & 3 deletions trunk/drivers/usb/serial/iuu_phoenix.c
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ static void read_buf_callback(struct urb *urb)
static int iuu_bulk_write(struct usb_serial_port *port)
{
struct iuu_private *priv = usb_get_serial_port_data(port);
unsigned int flags;
unsigned long flags;
int result;
int i;
char *buf_ptr = port->write_urb->transfer_buffer;
Expand Down Expand Up @@ -694,7 +694,7 @@ static void iuu_uart_read_callback(struct urb *urb)
{
struct usb_serial_port *port = urb->context;
struct iuu_private *priv = usb_get_serial_port_data(port);
unsigned int flags;
unsigned long flags;
int status;
int error = 0;
int len = 0;
Expand Down Expand Up @@ -759,7 +759,7 @@ static int iuu_uart_write(struct usb_serial_port *port, const u8 *buf,
int count)
{
struct iuu_private *priv = usb_get_serial_port_data(port);
unsigned int flags;
unsigned long flags;
dbg("%s - enter", __func__);

if (count > 256)
Expand Down

0 comments on commit 21d9270

Please sign in to comment.