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

Commit 22466983 authored by Mike McCormack's avatar Mike McCormack Committed by Larry Finger
Browse files

rtl8192e: Remove unused debug code



Signed-off-by: default avatarMike McCormack <mikem@ring3k.org>
parent 4f6807e8
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
@@ -3188,17 +3188,7 @@ int rtl8192_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
					}
				}
			}
#ifdef JOHN_DEBUG
			{
				int i;
				RT_TRACE(COMP_DBG, "@@ wrq->u pointer = ");
				for (i=0;i<wrq->u.data.length;i++){
					if (i%10==0) RT_TRACE(COMP_DBG, "\n");
					RT_TRACE(COMP_DBG, "%8x|", ((u32*)wrq->u.data.pointer)[i] );
				}
				RT_TRACE(COMP_DBG, "\n");
			}
#endif

			ret = rtllib_wpa_supplicant_ioctl(priv->rtllib, &wrq->u.data, 0);
			kfree(ipw);
			break;