Skip to content

Commit

Permalink
V4L/DVB (4096): CinergyT2: whitespace cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent c9ce394 commit fd174c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/cinergyT2/cinergyT2.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ static unsigned int cinergyt2_poll (struct file *file, struct poll_table_struct
poll_wait(file, &cinergyt2->poll_wq, wait);

if (cinergyt2->pending_fe_events != 0)
mask |= (POLLIN | POLLRDNORM | POLLPRI);
mask |= (POLLIN | POLLRDNORM | POLLPRI);

mutex_unlock(&cinergyt2->sem);

Expand Down

0 comments on commit fd174c6

Please sign in to comment.