| commit | 463a9215f3ca7600b5fff6d903913906ae4548a9 | [log] [tgz] |
|---|---|---|
| author | Pierre-Yves MORDRET <pierre-yves.mordret@st.com> | Thu Sep 21 15:30:09 2017 +0200 |
| committer | Wolfram Sang <wsa@the-dreams.de> | Thu Oct 05 14:44:49 2017 +0200 |
| tree | 4d98cfda66cc549e8250d24f3b5f13b5d7113494 | |
| parent | 9e66317d3c92ddaab330c125dfe9d06eee268aff [diff] |
i2c: stm32f7: fix setup structure
I2C drive setup structure is not properly allocated.
Make it static instead of pointer to store driver data.
Fixes: aeb068c5721485 ("i2c: i2c-stm32f7: add driver")
Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>