commit | f6c2df1e5b913f9dec44ee013f4552840864c7f0 | [log] [tgz] |
---|---|---|
author | Qianqian Xie <xieqianqian@huawei.com> | Tue Jun 21 11:56:25 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 21 04:51:54 2016 -0400 |
tree | a4034ec712320dc417be149efd61cece160e3f50 | |
parent | f7211729bd74f26d4b09839a11ab1892d9cd33ea [diff] |
net: hns: Remove unnecessary device resource free The driver uses devm_ioremap_resource, it will unmap the map automatically, remove the unnecessary the resource free. Signed-off-by: Qianqian Xie <xieqianqian@huawei.com> Reported-by: Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: Yisen Zhuang <Yisen.Zhuang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>