[alsa-devel] [PATCH v4 12/15] ALSA: usb-audio: remove unused endpoint flag EP_FLAG_ACTIVATED
Eldad Zack
eldad at fogrefinery.com
Sun Oct 6 22:31:17 CEST 2013
EP_FLAG_ACTIVATED is never tested for, remove it.
Signed-off-by: Eldad Zack <eldad at fogrefinery.com>
---
sound/usb/endpoint.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sound/usb/endpoint.c b/sound/usb/endpoint.c
index 6cb3137..8379989 100644
--- a/sound/usb/endpoint.c
+++ b/sound/usb/endpoint.c
@@ -33,7 +33,6 @@
#include "pcm.h"
#include "quirks.h"
-#define EP_FLAG_ACTIVATED 0
#define EP_FLAG_RUNNING 1
#define EP_FLAG_STOPPING 2
@@ -1020,8 +1019,6 @@ void snd_usb_endpoint_deactivate(struct snd_usb_endpoint *ep)
deactivate_urbs(ep, true);
wait_clear_urbs(ep);
-
- clear_bit(EP_FLAG_ACTIVATED, &ep->flags);
}
/**
--
1.8.1.5
More information about the Alsa-devel
mailing list