mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] include/gpiod.h: Fixed path in error string
@ 2023-08-03  9:48 Alexander Shiyan
  2023-08-03  9:52 ` Ahmad Fatoum
  2023-08-03 13:26 ` Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Shiyan @ 2023-08-03  9:48 UTC (permalink / raw)
  To: barebox; +Cc: Alexander Shiyan

Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
---
 include/gpiod.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/gpiod.h b/include/gpiod.h
index 23b88c9031..a23b82221f 100644
--- a/include/gpiod.h
+++ b/include/gpiod.h
@@ -2,6 +2,6 @@
 #ifndef __GPIOD_H_
 #define __GPIOD_H_
 
-#error "API changed from numbers to descriptors. #include <linux/gpiod/consumer.h>"
+#error "API changed from numbers to descriptors. #include <linux/gpio/consumer.h>"
 
 #endif
-- 
2.39.1




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

* Re: [PATCH] include/gpiod.h: Fixed path in error string
  2023-08-03  9:48 [PATCH] include/gpiod.h: Fixed path in error string Alexander Shiyan
@ 2023-08-03  9:52 ` Ahmad Fatoum
  2023-08-03 13:26 ` Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2023-08-03  9:52 UTC (permalink / raw)
  To: Alexander Shiyan, barebox

Hi Alexander,

Thanks for your patch.

On 03.08.23 11:48, Alexander Shiyan wrote:
> Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>

Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de>

> ---
>  include/gpiod.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/gpiod.h b/include/gpiod.h
> index 23b88c9031..a23b82221f 100644
> --- a/include/gpiod.h
> +++ b/include/gpiod.h
> @@ -2,6 +2,6 @@
>  #ifndef __GPIOD_H_
>  #define __GPIOD_H_
>  
> -#error "API changed from numbers to descriptors. #include <linux/gpiod/consumer.h>"
> +#error "API changed from numbers to descriptors. #include <linux/gpio/consumer.h>"
>  
>  #endif

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |




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

* Re: [PATCH] include/gpiod.h: Fixed path in error string
  2023-08-03  9:48 [PATCH] include/gpiod.h: Fixed path in error string Alexander Shiyan
  2023-08-03  9:52 ` Ahmad Fatoum
@ 2023-08-03 13:26 ` Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2023-08-03 13:26 UTC (permalink / raw)
  To: Alexander Shiyan; +Cc: barebox

On Thu, Aug 03, 2023 at 12:48:14PM +0300, Alexander Shiyan wrote:
> Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
> ---
>  include/gpiod.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

Sascha

> 
> diff --git a/include/gpiod.h b/include/gpiod.h
> index 23b88c9031..a23b82221f 100644
> --- a/include/gpiod.h
> +++ b/include/gpiod.h
> @@ -2,6 +2,6 @@
>  #ifndef __GPIOD_H_
>  #define __GPIOD_H_
>  
> -#error "API changed from numbers to descriptors. #include <linux/gpiod/consumer.h>"
> +#error "API changed from numbers to descriptors. #include <linux/gpio/consumer.h>"
>  
>  #endif
> -- 
> 2.39.1
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



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

end of thread, other threads:[~2023-08-03 13:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-03  9:48 [PATCH] include/gpiod.h: Fixed path in error string Alexander Shiyan
2023-08-03  9:52 ` Ahmad Fatoum
2023-08-03 13:26 ` Sascha Hauer

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