commit | 73b1c90d3650a81ff9997f6d1ddfda6efb9fac09 | [log] [tgz] |
---|---|---|
author | Saurabh Sengar <saurabh.truth@gmail.com> | Mon Nov 23 19:21:48 2015 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 24 16:09:47 2015 -0500 |
tree | ce753a8344105218d3333cf41b49a5308c93b29f | |
parent | 724fe6955c88db8b249681cd78a76c10163bb0ba [diff] |
net: fec: no need to test for the return type of of_property_read_u32 in case of error no need to set num_tx and num_rx = 1, because in case of error these variables will remain unchanged by of_property_read_u32 ie 1 only Signed-off-by: Saurabh Sengar <saurabh.truth@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>