[RAMEN9610-20880]wlbt: Driver changes for VTS Q Support for Auto Channel Selection
[GitHub/MotorolaMobilityLLC/kernel-slsi.git] / fs / eventpoll.c
index a7d394704a55f2e48c7bb63f2259c8c558fa075a..9a309f74056eccf84e1b7930b13c993b279c83dc 100644 (file)
@@ -1168,7 +1168,7 @@ static int ep_poll_callback(wait_queue_entry_t *wait, unsigned mode, int sync, v
         * semantics). All the events that happen during that period of time are
         * chained in ep->ovflist and requeued later on.
         */
-       if (unlikely(ep->ovflist != EP_UNACTIVE_PTR)) {
+       if (ep->ovflist != EP_UNACTIVE_PTR) {
                if (epi->next == EP_UNACTIVE_PTR) {
                        epi->next = ep->ovflist;
                        ep->ovflist = epi;