mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 09:34:17 +00:00
rtl8192e: Remove unused debug code
Signed-off-by: Mike McCormack <mikem@ring3k.org>
This commit is contained in:
parent
4f6807e8d2
commit
2246698303
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user