Skip to content

Commit

Permalink
Revert "modem_if: Stop printing IPC RX/TX messages"
Browse files Browse the repository at this point in the history
This reverts commit ea01b5c.
  • Loading branch information
Gokhan Moral committed Sep 5, 2012
1 parent b0d5dbc commit 28375d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/misc/modem_if/modem_link_device_hsic.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,7 @@ static void usb_rx_retry_work(struct work_struct *work)
switch (pipe_data->format) {
case IF_USB_FMT_EP:
if (usb_ld->if_usb_is_main) {
#if 0
pr_urb("IPC-RX, retry", urb);
#endif
iod_format = IPC_FMT;
} else {
iod_format = IPC_BOOT;
Expand Down Expand Up @@ -480,10 +478,9 @@ static int _usb_tx_work(struct sk_buff *skb)
if (!pipe_data)
return -ENOENT;

#if 0
if (iod->format == IPC_FMT && usb_ld->if_usb_is_main)
pr_skb("IPC-TX", skb);
#endif

if (iod->format == IPC_RAW)
mif_debug("TX[RAW]\n");

Expand Down

0 comments on commit 28375d0

Please sign in to comment.