hso: fix debug routines
Signed-off-by: Antti Kaijanmäki <antti.kaijanmaki@nomovok.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
593f63b0be
commit
9ce673d5e9
@@ -378,7 +378,7 @@ static void dbg_dump(int line_count, const char *func_name, unsigned char *buf,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#define DUMP(buf_, len_) \
|
#define DUMP(buf_, len_) \
|
||||||
dbg_dump(__LINE__, __func__, buf_, len_)
|
dbg_dump(__LINE__, __func__, (unsigned char *)buf_, len_)
|
||||||
|
|
||||||
#define DUMP1(buf_, len_) \
|
#define DUMP1(buf_, len_) \
|
||||||
do { \
|
do { \
|
||||||
@@ -1527,7 +1527,7 @@ static void tiocmget_intr_callback(struct urb *urb)
|
|||||||
dev_warn(&usb->dev,
|
dev_warn(&usb->dev,
|
||||||
"hso received invalid serial state notification\n");
|
"hso received invalid serial state notification\n");
|
||||||
DUMP(serial_state_notification,
|
DUMP(serial_state_notification,
|
||||||
sizeof(hso_serial_state_notifation))
|
sizeof(struct hso_serial_state_notification));
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
UART_state_bitmap = le16_to_cpu(serial_state_notification->
|
UART_state_bitmap = le16_to_cpu(serial_state_notification->
|
||||||
|
Reference in New Issue
Block a user