aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/md/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c
index 9233c71138f1..ad5d783ad416 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -6969,7 +6969,7 @@ static unsigned int mdstat_poll(struct file *filp, poll_table *wait)
6969 int mask; 6969 int mask;
6970 6970
6971 if (md_unloading) 6971 if (md_unloading)
6972 return POLLIN|POLLRDNORM|POLLERR|POLLPRI;; 6972 return POLLIN|POLLRDNORM|POLLERR|POLLPRI;
6973 poll_wait(filp, &md_event_waiters, wait); 6973 poll_wait(filp, &md_event_waiters, wait);
6974 6974
6975 /* always allow read */ 6975 /* always allow read */