| commit | f2d4e23d7ea9e60c6a378c6d6dd398d9b5b00678 | [log] [tgz] |
|---|---|---|
| author | Kumar Gala <galak@kernel.org> | Tue Jul 12 11:20:47 2022 -0500 |
| committer | Maureen Helm <maureen.helm@intel.com> | Wed Jul 13 09:03:02 2022 -0500 |
| tree | 60a0661f6f1c935385541f4c5eda13446baaf88e | |
| parent | 7b6c1b158b6a8e87b0dfcd7d173dcb006f082faf [diff] |
spi: Remove anonymous struct from struct spi_cs_control Simplify spi_cs_control by removing anonymous struct around the "gpio" field. Update SPI_CS_CONTROL_PTR_DT to match this change. Signed-off-by: Kumar Gala <galak@kernel.org>