Skip to content

Commit

Permalink
brcm80211: Fix compile error for .disable_hub_initiated_lpm.
Browse files Browse the repository at this point in the history
Fix missing comma.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Reported-by: Wu Fengguang <wfg@linux.intel.com>
  • Loading branch information
Sarah Sharp committed May 21, 2012
1 parent 1c01f1d commit c51fa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/brcm80211/brcmfmac/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,7 @@ static struct usb_driver brcmf_usbdrvr = {
.id_table = brcmf_usb_devid_table,
.suspend = brcmf_usb_suspend,
.resume = brcmf_usb_resume,
.supports_autosuspend = 1
.supports_autosuspend = 1,
.disable_hub_initiated_lpm = 1,
};

Expand Down

0 comments on commit c51fa66

Please sign in to comment.