aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2014-02-05 16:29:21 +0300
committerDavid S. Miller <davem@davemloft.net>2014-02-06 20:05:36 -0800
commitc6e27f2f3cf2631aae6f1f6fae1a7ab083fdb024 (patch)
treead8c756f552c01b0b853fbd5041310cd1971c9cd /drivers/remoteproc
parentipv4: Fix runtime WARNING in rtmsg_ifa() (diff)
downloadlinux-dev-c6e27f2f3cf2631aae6f1f6fae1a7ab083fdb024.tar.xz
linux-dev-c6e27f2f3cf2631aae6f1f6fae1a7ab083fdb024.zip
tg3: cleanup an error path in tg3_phy_reset_5703_4_5()
In the original code, if tg3_readphy() fails then it does an unnecessary check to verify "err" is still zero and then returns -EBUSY. My static checker complains about the unnecessary "if (!err)" check and anyway it is better to propagate the -EBUSY error code from tg3_readphy() instead of hard coding it here. And really the original code is confusing to look at. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Nithin Nayak Sujir <nsujir@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/remoteproc')
0 files changed, 0 insertions, 0 deletions