Files
android_kernel_xiaomi_sm8450/drivers/net/phy
Srinivas Kandagatla 8bc47ec6ef net:phy:davicom: 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-19 18:02:05 -04:00
2012-03-17 01:41:43 -07:00
2012-03-19 18:02:05 -04:00
2012-03-19 18:02:05 -04:00
2011-07-26 16:49:47 -07:00