* [PATCH v1 1/1] iio: accel: kxcjk-1013: Add missing terminator entries
@ 2024-10-28 7:50 Andy Shevchenko
2024-10-28 19:03 ` Jonathan Cameron
0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2024-10-28 7:50 UTC (permalink / raw)
To: Jonathan Cameron, Andy Shevchenko, linux-iio, linux-kernel
Cc: Jonathan Cameron, Lars-Peter Clausen
Add missing terminator entries to struct kx_odr_start_up_time
initializators.
Fixes: d381089dda44 ("iio: accel: kxcjk-1013: Convert ODR times array to variable in chip_info")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
Jonathan, sorry for the last minute update, but it seems I was thinking,
but forgot to modify the initializers. Feel free to fold this one into
the original commit if you can / want to do it.
drivers/iio/accel/kxcjk-1013.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/iio/accel/kxcjk-1013.c b/drivers/iio/accel/kxcjk-1013.c
index a6621cd69707..28ed0e09d099 100644
--- a/drivers/iio/accel/kxcjk-1013.c
+++ b/drivers/iio/accel/kxcjk-1013.c
@@ -190,6 +190,7 @@ static const struct kx_odr_start_up_time kxcjk1013_odr_start_up_times[] = {
{ 0x05, 3900 },
{ 0x06, 2700 },
{ 0x07, 2100 },
+ { }
};
/* KXCJ9-1008 */
@@ -206,6 +207,7 @@ static const struct kx_odr_start_up_time kxcj91008_odr_start_up_times[] = {
{ 0x05, 3900 },
{ 0x06, 2700 },
{ 0x07, 2100 },
+ { }
};
/* KXCTJ2-1009 */
@@ -222,6 +224,7 @@ static const struct kx_odr_start_up_time kxtj21009_odr_start_up_times[] = {
{ 0x05, 4000 },
{ 0x06, 3000 },
{ 0x07, 2000 },
+ { }
};
/* KXTF9 */
@@ -232,6 +235,7 @@ static const struct kx_odr_start_up_time kxtf9_odr_start_up_times[] = {
{ 0x04, 11000 },
{ 0x05, 5100 },
{ 0x06, 2700 },
+ { }
};
/* KX023-1025 */
@@ -249,6 +253,7 @@ static const struct kx_odr_start_up_time kx0231025_odr_start_up_times[] = {
{ 0x05, 4400 },
{ 0x06, 3000 },
{ 0x07, 3000 },
+ { }
};
enum kx_acpi_type {
--
2.43.0.rc1.1336.g36b5255a03ac
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v1 1/1] iio: accel: kxcjk-1013: Add missing terminator entries
2024-10-28 7:50 [PATCH v1 1/1] iio: accel: kxcjk-1013: Add missing terminator entries Andy Shevchenko
@ 2024-10-28 19:03 ` Jonathan Cameron
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2024-10-28 19:03 UTC (permalink / raw)
To: Andy Shevchenko
Cc: Jonathan Cameron, linux-iio, linux-kernel, Lars-Peter Clausen
On Mon, 28 Oct 2024 09:50:26 +0200
Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:
> Add missing terminator entries to struct kx_odr_start_up_time
> initializators.
>
> Fixes: d381089dda44 ("iio: accel: kxcjk-1013: Convert ODR times array to variable in chip_info")
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>
> Jonathan, sorry for the last minute update, but it seems I was thinking,
> but forgot to modify the initializers. Feel free to fold this one into
> the original commit if you can / want to do it.
No problem. Folded in.
Thanks for the quick fix,
Jonathan
>
> drivers/iio/accel/kxcjk-1013.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/iio/accel/kxcjk-1013.c b/drivers/iio/accel/kxcjk-1013.c
> index a6621cd69707..28ed0e09d099 100644
> --- a/drivers/iio/accel/kxcjk-1013.c
> +++ b/drivers/iio/accel/kxcjk-1013.c
> @@ -190,6 +190,7 @@ static const struct kx_odr_start_up_time kxcjk1013_odr_start_up_times[] = {
> { 0x05, 3900 },
> { 0x06, 2700 },
> { 0x07, 2100 },
> + { }
> };
>
> /* KXCJ9-1008 */
> @@ -206,6 +207,7 @@ static const struct kx_odr_start_up_time kxcj91008_odr_start_up_times[] = {
> { 0x05, 3900 },
> { 0x06, 2700 },
> { 0x07, 2100 },
> + { }
> };
>
> /* KXCTJ2-1009 */
> @@ -222,6 +224,7 @@ static const struct kx_odr_start_up_time kxtj21009_odr_start_up_times[] = {
> { 0x05, 4000 },
> { 0x06, 3000 },
> { 0x07, 2000 },
> + { }
> };
>
> /* KXTF9 */
> @@ -232,6 +235,7 @@ static const struct kx_odr_start_up_time kxtf9_odr_start_up_times[] = {
> { 0x04, 11000 },
> { 0x05, 5100 },
> { 0x06, 2700 },
> + { }
> };
>
> /* KX023-1025 */
> @@ -249,6 +253,7 @@ static const struct kx_odr_start_up_time kx0231025_odr_start_up_times[] = {
> { 0x05, 4400 },
> { 0x06, 3000 },
> { 0x07, 3000 },
> + { }
> };
>
> enum kx_acpi_type {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-28 19:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-28 7:50 [PATCH v1 1/1] iio: accel: kxcjk-1013: Add missing terminator entries Andy Shevchenko
2024-10-28 19:03 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox