Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2820663c authored by Adil Mujeeb's avatar Adil Mujeeb Committed by Greg Kroah-Hartman
Browse files

Staging: winbond: mds: Fixed coding style issues



Removed printk tracing call

Signed-off-by: default avatarAdil Mujeeb <mujeeb.adil@gmail.com>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 746f0c5a
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -476,11 +476,8 @@ Mds_Tx(struct wbsoft_priv *adapter)
			/* 931130.5.b */
			FragmentCount = PacketSize/FragmentThreshold + 1;
			stmp = PacketSize + FragmentCount*32 + 8; /* 931130.5.c 8:MIC */
			if ((XmitBufSize + stmp) >= MAX_USB_TX_BUFFER) {
				printk("[Mds_Tx] Excess max tx buffer.\n");
			if ((XmitBufSize + stmp) >= MAX_USB_TX_BUFFER)
				break; /* buffer is not enough */
			}


			/*
			 * Start transmitting