commit | c360e0c3ab8ef8d0fd6b5501a407b9a2be4f204d | [log] [tgz] |
---|---|---|
author | Subhransu S. Prusty <subhransu.s.prusty@intel.com> | Tue Aug 22 16:45:52 2017 +0530 |
committer | Mark Brown <broonie@kernel.org> | Wed Aug 23 11:55:14 2017 +0100 |
tree | 1617e02575b5169c37e6cb197be1bae4ed120c4b | |
parent | f77d443c4c299aff5ad9c74811dd063f4d8bebcf [diff] |
ASoC: Intel: Skylake: Fix to free correct dev id in free_irq The dev_id passed by the driver in request_threaded_irq is an ebus pointer, whereas to free_irq it is hdac_bus. Fix by passing correct dev_id to free_irq. Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com> Acked-By: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>