提交 2820663c 编写于 作者: A Adil Mujeeb 提交者: Greg Kroah-Hartman

Staging: winbond: mds: Fixed coding style issues

Removed printk tracing call
Signed-off-by: NAdil Mujeeb <mujeeb.adil@gmail.com>
Acked-by: NPavel Machek <pavel@ucw.cz>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 746f0c5a
...@@ -476,11 +476,8 @@ Mds_Tx(struct wbsoft_priv *adapter) ...@@ -476,11 +476,8 @@ Mds_Tx(struct wbsoft_priv *adapter)
/* 931130.5.b */ /* 931130.5.b */
FragmentCount = PacketSize/FragmentThreshold + 1; FragmentCount = PacketSize/FragmentThreshold + 1;
stmp = PacketSize + FragmentCount*32 + 8; /* 931130.5.c 8:MIC */ stmp = PacketSize + FragmentCount*32 + 8; /* 931130.5.c 8:MIC */
if ((XmitBufSize + stmp) >= MAX_USB_TX_BUFFER) { if ((XmitBufSize + stmp) >= MAX_USB_TX_BUFFER)
printk("[Mds_Tx] Excess max tx buffer.\n");
break; /* buffer is not enough */ break; /* buffer is not enough */
}
/* /*
* Start transmitting * Start transmitting
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册