Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168955
b: refs/heads/master
c: 9ce673d
h: refs/heads/master
i:
  168953: 4278c3f
  168951: cec74d7
v: v3
  • Loading branch information
Antti Kaijanmäki authored and David S. Miller committed Nov 23, 2009
1 parent d0a7978 commit ff63bd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 593f63b0be70762bd4354bde147b8e169c5a2f57
refs/heads/master: 9ce673d5e919966efc1ef5adf20248e6ecc62724
4 changes: 2 additions & 2 deletions trunk/drivers/net/usb/hso.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ static void dbg_dump(int line_count, const char *func_name, unsigned char *buf,
}

#define DUMP(buf_, len_) \
dbg_dump(__LINE__, __func__, buf_, len_)
dbg_dump(__LINE__, __func__, (unsigned char *)buf_, len_)

#define DUMP1(buf_, len_) \
do { \
Expand Down Expand Up @@ -1527,7 +1527,7 @@ static void tiocmget_intr_callback(struct urb *urb)
dev_warn(&usb->dev,
"hso received invalid serial state notification\n");
DUMP(serial_state_notification,
sizeof(hso_serial_state_notifation))
sizeof(struct hso_serial_state_notification));
} else {

UART_state_bitmap = le16_to_cpu(serial_state_notification->
Expand Down

0 comments on commit ff63bd4

Please sign in to comment.