bcwc_pcie: add variable for wait_event_interruptible()

This commit is contained in:
Sven Schnelle
2015-11-23 20:03:02 +01:00
parent 5c8ecaef7f
commit 1f22dd2da2
3 changed files with 4 additions and 2 deletions

View File

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