public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] iio: accel: msa311: Use correct header(s) instead of string_helpers.h
@ 2023-08-08 16:41 Andy Shevchenko
  2023-08-09  6:47 ` Dmitry Rokosov
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2023-08-08 16:41 UTC (permalink / raw)
  To: Jonathan Cameron, Dmitry Rokosov, linux-iio, linux-kernel
  Cc: Dmitry Rokosov, Jonathan Cameron, Lars-Peter Clausen,
	Andy Shevchenko

There is nothing from string_helpers.h used in the driver, correct
the header inclusion block accordingly.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/iio/accel/msa311.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/accel/msa311.c b/drivers/iio/accel/msa311.c
index 6ddcc3c2f840..b8ddbfd98f11 100644
--- a/drivers/iio/accel/msa311.c
+++ b/drivers/iio/accel/msa311.c
@@ -33,7 +33,7 @@
 #include <linux/pm.h>
 #include <linux/pm_runtime.h>
 #include <linux/regmap.h>
-#include <linux/string_helpers.h>
+#include <linux/string_choices.h>
 #include <linux/units.h>
 
 #include <linux/iio/buffer.h>
-- 
2.40.0.1.gaa8946217a0b


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 1/1] iio: accel: msa311: Use correct header(s) instead of string_helpers.h
  2023-08-08 16:41 [PATCH v1 1/1] iio: accel: msa311: Use correct header(s) instead of string_helpers.h Andy Shevchenko
@ 2023-08-09  6:47 ` Dmitry Rokosov
  2023-08-28 17:36   ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Rokosov @ 2023-08-09  6:47 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Jonathan Cameron, linux-iio, linux-kernel, Jonathan Cameron,
	Lars-Peter Clausen

Hello Andy,

Thank you for the patch!

On Tue, Aug 08, 2023 at 07:41:52PM +0300, Andy Shevchenko wrote:
> There is nothing from string_helpers.h used in the driver, correct
> the header inclusion block accordingly.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Reviewed-by: Dmitry Rokosov <ddrokosov@sberdevices.ru>

> ---
>  drivers/iio/accel/msa311.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/accel/msa311.c b/drivers/iio/accel/msa311.c
> index 6ddcc3c2f840..b8ddbfd98f11 100644
> --- a/drivers/iio/accel/msa311.c
> +++ b/drivers/iio/accel/msa311.c
> @@ -33,7 +33,7 @@
>  #include <linux/pm.h>
>  #include <linux/pm_runtime.h>
>  #include <linux/regmap.h>
> -#include <linux/string_helpers.h>
> +#include <linux/string_choices.h>
>  #include <linux/units.h>
>  
>  #include <linux/iio/buffer.h>
> -- 
> 2.40.0.1.gaa8946217a0b
> 

-- 
Thank you,
Dmitry

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 1/1] iio: accel: msa311: Use correct header(s) instead of string_helpers.h
  2023-08-09  6:47 ` Dmitry Rokosov
@ 2023-08-28 17:36   ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2023-08-28 17:36 UTC (permalink / raw)
  To: Dmitry Rokosov
  Cc: Andy Shevchenko, Jonathan Cameron, linux-iio, linux-kernel,
	Lars-Peter Clausen

On Wed, 9 Aug 2023 09:47:23 +0300
Dmitry Rokosov <ddrokosov@sberdevices.ru> wrote:

> Hello Andy,
> 
> Thank you for the patch!
> 
> On Tue, Aug 08, 2023 at 07:41:52PM +0300, Andy Shevchenko wrote:
> > There is nothing from string_helpers.h used in the driver, correct
> > the header inclusion block accordingly.
> > 
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>  
> 
> Reviewed-by: Dmitry Rokosov <ddrokosov@sberdevices.ru>
> 
Applied

Thanks,
J
> > ---
> >  drivers/iio/accel/msa311.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/iio/accel/msa311.c b/drivers/iio/accel/msa311.c
> > index 6ddcc3c2f840..b8ddbfd98f11 100644
> > --- a/drivers/iio/accel/msa311.c
> > +++ b/drivers/iio/accel/msa311.c
> > @@ -33,7 +33,7 @@
> >  #include <linux/pm.h>
> >  #include <linux/pm_runtime.h>
> >  #include <linux/regmap.h>
> > -#include <linux/string_helpers.h>
> > +#include <linux/string_choices.h>
> >  #include <linux/units.h>
> >  
> >  #include <linux/iio/buffer.h>
> > -- 
> > 2.40.0.1.gaa8946217a0b
> >   
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-28 17:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-08 16:41 [PATCH v1 1/1] iio: accel: msa311: Use correct header(s) instead of string_helpers.h Andy Shevchenko
2023-08-09  6:47 ` Dmitry Rokosov
2023-08-28 17:36   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox