|
@@ -1257,7 +1257,8 @@ static unsigned int smu_fpoll(struct file *file, poll_table *wait)
|
|
if (pp->busy && pp->cmd.status != 1)
|
|
if (pp->busy && pp->cmd.status != 1)
|
|
mask |= POLLIN;
|
|
mask |= POLLIN;
|
|
spin_unlock_irqrestore(&pp->lock, flags);
|
|
spin_unlock_irqrestore(&pp->lock, flags);
|
|
- } if (pp->mode == smu_file_events) {
|
|
|
|
|
|
+ }
|
|
|
|
+ if (pp->mode == smu_file_events) {
|
|
/* Not yet implemented */
|
|
/* Not yet implemented */
|
|
}
|
|
}
|
|
return mask;
|
|
return mask;
|