facetimehd: remove cmd_ready variable

instead evaluate the ringbuffer status. This allows to have more than one isp
command in flight.
This commit is contained in:
Sven Schnelle
2015-11-28 16:10:34 +01:00
parent 9dd6bc2a02
commit ad486d4522
3 changed files with 3 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ struct fthd_private {
/* waitqueue for signaling command completion */
wait_queue_head_t cmd_wq;
int cmd_ready;
/* Mapped PCI resources */
void __iomem *s2_io;
u32 s2_io_len;