]> git.baikalelectronics.ru Git - kernel.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)
commit3a0452573eaa551b556a0a281ab74e1e73215ac8
tree6b2c83848b829f32b6e209722f83ab48655f1d89
parentd8fd1fc55627d855294b94939e1d094fd21bc513
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