Merge branch 'oom_fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 8 Sep 2014 23:02:59 +0000 (16:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Sep 2014 23:02:59 +0000 (16:02 -0700)
Florian Fainelli says:

====================
net: systemport and bcmgenet OOM fixes

These two patches fix similar Out of Memory code paths in the SYSTEMPORT and
GENET drivers. Under high memory pressure, we could produce an OOPS by
passing a NULL pointer to dma_unmap_single().
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge