Merge remote-tracking branches 'regulator/fix/gpio-enable' and 'regulator/fix/tps6591...
[platform/kernel/linux-rpi.git] / net / sunrpc / cache.c
index 33fb105..5199bb1 100644 (file)
@@ -921,7 +921,7 @@ static unsigned int cache_poll(struct file *filp, poll_table *wait,
        poll_wait(filp, &queue_wait, wait);
 
        /* alway allow write */
-       mask = POLL_OUT | POLLWRNORM;
+       mask = POLLOUT | POLLWRNORM;
 
        if (!rp)
                return mask;