mbox series

[GIT,PULL] pxa fixes for 5.0

Message ID 87imyfw0ph.fsf@belgarion.home (mailing list archive)
State Mainlined, archived
Commit ba16adeb346387eb2d1ada69003588be96f098fa
Headers show
Series [GIT,PULL] pxa fixes for 5.0 | expand

Pull-request

https://github.com/rjarzmik/linux.git tags/pxa-fixes-5.0

Message

Robert Jarzmik Jan. 23, 2019, 8:58 p.m. UTC
Hello Arnd, Kevin, Olof,

Please consider this pull request for pxa fixes for 4.20.

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  https://github.com/rjarzmik/linux.git tags/pxa-fixes-5.0

for you to fetch changes up to ba16adeb346387eb2d1ada69003588be96f098fa:

  ARM: pxa: ssp: unneeded to free devm_ allocated data (2019-01-23 21:32:01 +0100)

----------------------------------------------------------------
This is the pxa fixes set for v4.20 cycle:
 - only a single devm allocated pointer free fix, which was never
   triggered runtime but code analysis found.

----------------------------------------------------------------
Peng Hao (1):
      ARM: pxa: ssp: unneeded to free devm_ allocated data

 arch/arm/plat-pxa/ssp.c | 3 ---
 1 file changed, 3 deletions(-)

Comments

Arnd Bergmann Jan. 30, 2019, 10:20 a.m. UTC | #1
On Wed, Jan 23, 2019 at 9:58 PM Robert Jarzmik <robert.jarzmik@free.fr> wrote:
>
> Hello Arnd, Kevin, Olof,
>
> Please consider this pull request for pxa fixes for 4.20.
>
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> are available in the Git repository at:
>
>   https://github.com/rjarzmik/linux.git tags/pxa-fixes-5.0
>
> for you to fetch changes up to ba16adeb346387eb2d1ada69003588be96f098fa:
>
>   ARM: pxa: ssp: unneeded to free devm_ allocated data (2019-01-23 21:32:01 +0100)
>
> ----------------------------------------------------------------
> This is the pxa fixes set for v4.20 cycle:
>  - only a single devm allocated pointer free fix, which was never
>    triggered runtime but code analysis found.
>

Pulled into arm/fixes, thanks!

     Arnd