commit | 803984837f95ed89e29e2a8ba9804a96d89afa05 | [log] [tgz] |
---|---|---|
author | Leandro Pereira <leandro.pereira@intel.com> | Thu Oct 19 15:17:16 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Oct 19 20:09:23 2017 -0400 |
tree | 545bf65bc047756c4fd89f8d047b40e42d960867 | |
parent | 2632c6d80479c0f35dc9209fea25438f9b1db88a [diff] |
drivers: i2c: esp32: Fix crash when enabling second I2C device IRQ_CONNECT() was being expanded with the IRQ line for the first device twice, causing spurious IRQs. Should fix #4398. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>