commit | b233089787601d63e44d8d3ddb7d2731ef53cf4e | [log] [tgz] |
---|---|---|
author | Olliver Schinagl <oliver@schinagl.nl> | Mon Apr 03 16:18:53 2017 +0200 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Fri Jun 02 14:44:18 2017 -0500 |
tree | 1d1baa812dca3940a19fc0aafed38bd6bd9e4d3c | |
parent | 6ec922fae20f791882ee455286b1fefd5372a79a [diff] |
net: zynq_gem: Do not return -ENOSYS on success The .read_rom_hwaddr net_ops hook does not check the return value, which is why it was never caught that we are currently returning 0 if the read_rom_hwaddr function return -ENOSYS and -ENOSYS otherwise. In this case we can simplify this by just returning the result of the function. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> Acked-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Michal Simek <michal.simek@xilinx.com>