Re: [PATCH 1/3] powerpc/64: __ioremap_at clean up in the error case

2019-08-27 Thread Nicholas Piggin
Christophe Leroy's on August 20, 2019 5:44 pm: > Hi Nick, > > Le 10/06/2019 à 05:08, Nicholas Piggin a écrit : >> __ioremap_at error handling is wonky, it requires caller to clean up >> after it. Implement a helper that does the map and error cleanup and >> remove the requirement from the caller.

Re: [PATCH 1/3] powerpc/64: __ioremap_at clean up in the error case

2019-08-20 Thread Christophe Leroy
Hi Nick, Le 10/06/2019 à 05:08, Nicholas Piggin a écrit : __ioremap_at error handling is wonky, it requires caller to clean up after it. Implement a helper that does the map and error cleanup and remove the requirement from the caller. Signed-off-by: Nicholas Piggin --- This series is a

Re: [PATCH 1/3] powerpc/64: __ioremap_at clean up in the error case

2019-06-30 Thread Michael Ellerman
On Mon, 2019-06-10 at 03:08:16 UTC, Nicholas Piggin wrote: > __ioremap_at error handling is wonky, it requires caller to clean up > after it. Implement a helper that does the map and error cleanup and > remove the requirement from the caller. > > Signed-off-by: Nicholas Piggin Series applied to

Re: [PATCH 1/3] powerpc/64: __ioremap_at clean up in the error case

2019-06-19 Thread Christophe Leroy
Le 19/06/2019 à 06:04, Nicholas Piggin a écrit : Christophe Leroy's on June 11, 2019 4:28 pm: Le 10/06/2019 à 05:08, Nicholas Piggin a écrit : __ioremap_at error handling is wonky, it requires caller to clean up after it. Implement a helper that does the map and error cleanup and remove

Re: [PATCH 1/3] powerpc/64: __ioremap_at clean up in the error case

2019-06-18 Thread Nicholas Piggin
Christophe Leroy's on June 11, 2019 4:28 pm: > > > Le 10/06/2019 à 05:08, Nicholas Piggin a écrit : >> __ioremap_at error handling is wonky, it requires caller to clean up >> after it. Implement a helper that does the map and error cleanup and >> remove the requirement from the caller. >> >>

Re: [PATCH 1/3] powerpc/64: __ioremap_at clean up in the error case

2019-06-11 Thread Christophe Leroy
Le 10/06/2019 à 05:08, Nicholas Piggin a écrit : __ioremap_at error handling is wonky, it requires caller to clean up after it. Implement a helper that does the map and error cleanup and remove the requirement from the caller. Signed-off-by: Nicholas Piggin --- This series is a different

[PATCH 1/3] powerpc/64: __ioremap_at clean up in the error case

2019-06-09 Thread Nicholas Piggin
__ioremap_at error handling is wonky, it requires caller to clean up after it. Implement a helper that does the map and error cleanup and remove the requirement from the caller. Signed-off-by: Nicholas Piggin --- This series is a different approach to the problem, using the generic