]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: stmmac: fix maxmtu assignment to be within valid range
authorKweh, Hock Leong <hock.leong.kweh@intel.com>
Sat, 7 Jan 2017 09:32:03 +0000 (17:32 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 Jan 2017 23:20:41 +0000 (18:20 -0500)
commita2cd64f30140c5aebd9359f66c00c19d5c6bece6
tree6b2c83848b829f32b6e209722f83ab48655f1d89
parent9d5ecb09d525469abd1a10c096cb5a17206523f2
net: stmmac: fix maxmtu assignment to be within valid range

There is no checking valid value of maxmtu when getting it from
device tree. This resolution added the checking condition to
ensure the assignment is made within a valid range.

Signed-off-by: Kweh, Hock Leong <hock.leong.kweh@intel.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c