mbox

[GIT,PULL,2/4] Rockchip soc32 updates for v4.7 - part1

Message ID 2240518.rMjkkjGooH@diego
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.7-rockchip-soc32-1

Message

Heiko Stübner April 13, 2016, 9:22 a.m. UTC
The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.7-rockchip-soc32-1

for you to fetch changes up to 26d5192953d88d6231d173281848a1c61f9e5d34:

  ARM: rockchip: Fix use of plain integer as NULL pointer (2016-04-12 03:30:30 +0200)

----------------------------------------------------------------
Fix for a sparse build warning in the smp code.

----------------------------------------------------------------
Peter Griffin (1):
      ARM: rockchip: Fix use of plain integer as NULL pointer

 arch/arm/mach-rockchip/platsmp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Olof Johansson April 13, 2016, 10:27 p.m. UTC | #1
On Wed, Apr 13, 2016 at 11:22:21AM +0200, Heiko St?bner wrote:
> The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
> 
>   Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.7-rockchip-soc32-1
> 
> for you to fetch changes up to 26d5192953d88d6231d173281848a1c61f9e5d34:
> 
>   ARM: rockchip: Fix use of plain integer as NULL pointer (2016-04-12 03:30:30 +0200)
> 
> ----------------------------------------------------------------
> Fix for a sparse build warning in the smp code.
> 
> ----------------------------------------------------------------
> Peter Griffin (1):
>       ARM: rockchip: Fix use of plain integer as NULL pointer
> 
>  arch/arm/mach-rockchip/platsmp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Merged into next/cleanup. Thanks!


-Olof