Skip to content

Commit

Permalink
net: wireless:bcm4329: Fix Unknown escape '%'
Browse files Browse the repository at this point in the history
  • Loading branch information
Choi, Jong-Hwan authored and Kali- committed Nov 15, 2011
1 parent 295e82f commit 8958adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/bcm4329/wl_iw.c
Original file line number Diff line number Diff line change
Expand Up @@ -5885,7 +5885,7 @@ static int iwpriv_set_cscan(struct net_device *dev, struct iw_request_info *info
int nssid = 0;
int nchan = 0;

WL_TRACE(("\%s: info->cmd:%x, info->flags:%x, u.data=0x%p, u.len=%d\n",
WL_TRACE(("%s: info->cmd:%x, info->flags:%x, u.data=0x%p, u.len=%d\n",
__FUNCTION__, info->cmd, info->flags,
wrqu->data.pointer, wrqu->data.length));

Expand Down

0 comments on commit 8958adf

Please sign in to comment.