Skip to content

Commit

Permalink
rtl8192e: Remove unused debug code
Browse files Browse the repository at this point in the history
Signed-off-by: Mike McCormack <mikem@ring3k.org>
  • Loading branch information
Mike McCormack authored and Larry Finger committed Aug 24, 2011
1 parent 4f6807e commit 2246698
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions drivers/staging/rtl8192e/rtl_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2246698

Please sign in to comment.