Skip to content

Commit

Permalink
modem_if: Stop printing IPC RX/TX messages
Browse files Browse the repository at this point in the history
  • Loading branch information
espenfjo authored and Gokhan Moral committed Sep 4, 2012
1 parent 9fbbfdb commit ea01b5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion drivers/misc/modem_if/modem_link_device_hsic.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ 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 @@ -478,9 +480,10 @@ 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 ea01b5c

Please sign in to comment.