diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-01-26 13:33:39 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-26 13:33:39 +0100 |
commit | 6715f728c8b080ab85db0f93f5d9fa6c7d9e906b (patch) | |
tree | 79229726e196fdfe48c6c117125cda7ef1eca4b4 /drivers/scsi/ipr.h | |
parent | 6455931186bff407493135e74c5f32efd30860e2 (diff) | |
parent | 88343ee38d7ae55e39cda74c5d137cb2c454e66c (diff) | |
download | linux-6715f728c8b080ab85db0f93f5d9fa6c7d9e906b.tar.bz2 |
Merge tag 'asoc-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v3.19
There's a lot more fixes here than I'd like since I've been lax in
sending things throughout the release cycle but there's only two in
generic code and they've had quite some time to cook in -next so
hopefully on balance are OK.
The two generic fixes are a fix for crashes on capture DAIs in the
compress code and a fix for error handling on probe failures which would
have been harmless in the past but now oopses with the new dynamic probe
code.
Diffstat (limited to 'drivers/scsi/ipr.h')
-rw-r--r-- | drivers/scsi/ipr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h index b4f3eec51bc9..ec03b42fa2b9 100644 --- a/drivers/scsi/ipr.h +++ b/drivers/scsi/ipr.h @@ -1606,6 +1606,7 @@ struct ipr_cmnd { struct scsi_device *sdev; } u; + struct completion *eh_comp; struct ipr_hrr_queue *hrrq; struct ipr_ioa_cfg *ioa_cfg; }; |