commit | 4cee3cf35c05c863f5acf87af915298c752eefd9 | [log] [tgz] |
---|---|---|
author | Mao Zhongyi <maozy.fnst@cn.fujitsu.com> | Wed May 24 10:57:18 2017 +0800 |
committer | Jason Wang <jasowang@redhat.com> | Wed Jun 07 10:58:31 2017 +0800 |
tree | d52cc7cbd513b23c23a268da4cc0520f765cac15 | |
parent | 199e19ee538eb61fd08b1c1ee5aa838ebdcc968e [diff] |
net/rocker: Cleanup the useless return value check None of pci_dma_read()'s callers check the return value except rocker. There is no need to check it because it always return 0. So the check work is useless. Remove it entirely. Suggested-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Mao Zhongyi <maozy.fnst@cn.fujitsu.com> Signed-off-by: Jason Wang <jasowang@redhat.com>