aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore/wa-nep.c
diff options
context:
space:
mode:
authorThomas Pugliese <thomas.pugliese@gmail.com>2013-06-06 14:39:23 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-06-06 13:11:14 -0700
commit3a57aa8161a06133bc3142327f3b2f1a9a50f6c8 (patch)
treeca2a3c28d9424b2fbed9e7f97849293bd079c932 /drivers/usb/wusbcore/wa-nep.c
parentUWB: HWA: add support for Alereon 5310 and 5611 devices (diff)
downloadlinux-dev-3a57aa8161a06133bc3142327f3b2f1a9a50f6c8.tar.xz
linux-dev-3a57aa8161a06133bc3142327f3b2f1a9a50f6c8.zip
wusbcore wire adapter: ignore HWA_NOTIF_BPST_ADJ notifications
No action is needed for the HWA_NOTIF_BPST_ADJ event. Ignore it instead of printing a warning to the log since these events can happen dozens of times per second. Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/wusbcore/wa-nep.c')
-rw-r--r--drivers/usb/wusbcore/wa-nep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/wusbcore/wa-nep.c b/drivers/usb/wusbcore/wa-nep.c
index f67f7f1e6df9..ada4e0870623 100644
--- a/drivers/usb/wusbcore/wa-nep.c
+++ b/drivers/usb/wusbcore/wa-nep.c
@@ -134,9 +134,10 @@ static void wa_notif_dispatch(struct work_struct *ws)
case WA_NOTIF_TRANSFER:
wa_handle_notif_xfer(wa, notif_hdr);
break;
+ case HWA_NOTIF_BPST_ADJ:
+ break; /* no action needed for BPST ADJ. */
case DWA_NOTIF_RWAKE:
case DWA_NOTIF_PORTSTATUS:
- case HWA_NOTIF_BPST_ADJ:
/* FIXME: unimplemented WA NOTIFs */
/* fallthru */
default: