mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user