Srinivas Kandagatla cc90cb3b24 net:phy:marvell: remove unnecessary code
Compile tested.
remove unnecessary code that matches this coccinelle pattern

	ret = phy_write(x, y , z)
	if (ret < 0)
	       	return ret;
	return 0;

As phy_write returns error code, we dont need to do not need extra check
before returning.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-04-03 19:02:00 -04:00
..
2012-03-08 10:50:35 -08:00
2012-03-27 16:03:32 -07:00
2012-03-27 16:47:35 -07:00
2012-03-27 16:03:32 -07:00
2012-03-27 16:41:24 -07:00
2012-03-23 10:02:20 +01:00
2012-03-27 16:47:35 -07:00
2012-03-27 16:27:28 -07:00
2012-03-27 16:27:28 -07:00
2012-03-22 12:29:50 -07:00
2012-03-27 16:47:35 -07:00
2012-03-27 16:41:24 -07:00
2012-03-27 16:27:28 -07:00
2012-03-27 16:47:35 -07:00
2012-03-17 01:41:43 -07:00
2012-03-27 16:41:24 -07:00
2012-03-27 16:47:35 -07:00
2012-03-23 16:58:34 -07:00
2012-03-12 22:19:07 +01:00
2012-03-27 16:03:32 -07:00
2012-03-27 16:47:35 -07:00
2012-03-23 16:58:34 -07:00
2012-03-27 16:27:28 -07:00
2012-03-27 16:47:35 -07:00
2012-03-27 16:30:09 -07:00
2012-03-27 16:30:09 -07:00