mbox series

[GIT,PULL] omap-gpmc updates for v4.18

Message ID 75040f4e-9499-55a4-fad6-f27cab0bb224@ti.com
State New
Headers show
Series [GIT,PULL] omap-gpmc updates for v4.18 | expand

Pull-request

https://github.com/rogerq/linux.git tags/gpmc-omap-for-v4.18

Message

Roger Quadros May 11, 2018, 4:28 a.m. UTC
Hi Olof/Arnd,

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the git repository at:

  https://github.com/rogerq/linux.git tags/gpmc-omap-for-v4.18

for you to fetch changes up to d507178f2ebb7bde5b3f64557f1c8f80e7b82541:

  memory: omap-gpmc: Avoid redundant NULL check (2018-04-24 10:30:52 +0300)

----------------------------------------------------------------
OMAP-GPMC: driver updates for v4.18
* get rid of a redundant NULL check in gpmc_probe_dt_children()

----------------------------------------------------------------
Roger Quadros (1):
      memory: omap-gpmc: Avoid redundant NULL check

 drivers/memory/omap-gpmc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Olof Johansson May 14, 2018, 8:32 a.m. UTC | #1
On Fri, May 11, 2018 at 07:28:51AM +0300, Roger Quadros wrote:
> Hi Olof/Arnd,
> 
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/rogerq/linux.git tags/gpmc-omap-for-v4.18
> 
> for you to fetch changes up to d507178f2ebb7bde5b3f64557f1c8f80e7b82541:
> 
>   memory: omap-gpmc: Avoid redundant NULL check (2018-04-24 10:30:52 +0300)
> 
> ----------------------------------------------------------------
> OMAP-GPMC: driver updates for v4.18
> * get rid of a redundant NULL check in gpmc_probe_dt_children()

Merged, thanks.


-Olof