[v3] subprojects: libpisp: Update to 1.2.1
diff mbox series

Message ID 20250707183746.2415580-1-Rauch.Christian@gmx.de
State New
Headers show
Series
  • [v3] subprojects: libpisp: Update to 1.2.1
Related show

Commit Message

Christian Rauch July 7, 2025, 6:37 p.m. UTC
Update the libpisp wrap to use the latest 1.2.1 release which silences
an 'unused-parameter' warning.

Bug: https://github.com/raspberrypi/libpisp/pull/43
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
Signed-off-by: Christian Rauch <Rauch.Christian@gmx.de>
---
 subprojects/libpisp.wrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kieran Bingham July 7, 2025, 7:20 p.m. UTC | #1
Quoting Christian Rauch (2025-07-07 19:37:46)
> Update the libpisp wrap to use the latest 1.2.1 release which silences
> an 'unused-parameter' warning.
> 
> Bug: https://github.com/raspberrypi/libpisp/pull/43
> Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
> Signed-off-by: Christian Rauch <Rauch.Christian@gmx.de>

Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

> ---
>  subprojects/libpisp.wrap | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/subprojects/libpisp.wrap b/subprojects/libpisp.wrap
> index 8b62c036f..0e0c7baaf 100644
> --- a/subprojects/libpisp.wrap
> +++ b/subprojects/libpisp.wrap
> @@ -2,5 +2,5 @@
>  
>  [wrap-git]
>  url = https://github.com/raspberrypi/libpisp.git
> -revision = v1.2.0
> +revision = v1.2.1
>  depth = 1
> -- 
> 2.43.0
>
Laurent Pinchart July 7, 2025, 7:25 p.m. UTC | #2
On Mon, Jul 07, 2025 at 08:20:21PM +0100, Kieran Bingham wrote:
> Quoting Christian Rauch (2025-07-07 19:37:46)
> > Update the libpisp wrap to use the latest 1.2.1 release which silences
> > an 'unused-parameter' warning.
> > 
> > Bug: https://github.com/raspberrypi/libpisp/pull/43
> > Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
> > Signed-off-by: Christian Rauch <Rauch.Christian@gmx.de>
> 
> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Looks good to me. As long as this doesn't cause issues in CI,

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> > ---
> >  subprojects/libpisp.wrap | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/subprojects/libpisp.wrap b/subprojects/libpisp.wrap
> > index 8b62c036f..0e0c7baaf 100644
> > --- a/subprojects/libpisp.wrap
> > +++ b/subprojects/libpisp.wrap
> > @@ -2,5 +2,5 @@
> >  
> >  [wrap-git]
> >  url = https://github.com/raspberrypi/libpisp.git
> > -revision = v1.2.0
> > +revision = v1.2.1
> >  depth = 1

Patch
diff mbox series

diff --git a/subprojects/libpisp.wrap b/subprojects/libpisp.wrap
index 8b62c036f..0e0c7baaf 100644
--- a/subprojects/libpisp.wrap
+++ b/subprojects/libpisp.wrap
@@ -2,5 +2,5 @@ 
 
 [wrap-git]
 url = https://github.com/raspberrypi/libpisp.git
-revision = v1.2.0
+revision = v1.2.1
 depth = 1