commit | def846042f13cb0feabb86375e824c648543700a | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Mon Jun 03 00:11:59 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 04 11:49:19 2019 -0700 |
tree | b3f45aef9f1e74799f31468c0cdcef1d52a62846 | |
parent | 10c3be6526f58221cfcdd1773aa5382e3630000b [diff] |
net: dsa: sja1105: Make dynamic_config_read return -ENOENT if not found Conceptually, if an entry is not found in the requested hardware table, it is not an invalid request - so change the error returned appropriately. Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>