]> Git Repo - linux.git/commit
net: hns: Remove unnecessary device resource free
authorQianqian Xie <[email protected]>
Tue, 21 Jun 2016 03:56:25 +0000 (11:56 +0800)
committerDavid S. Miller <[email protected]>
Tue, 21 Jun 2016 08:51:54 +0000 (04:51 -0400)
commitf6c2df1e5b913f9dec44ee013f4552840864c7f0
treea4034ec712320dc417be149efd61cece160e3f50
parentf7211729bd74f26d4b09839a11ab1892d9cd33ea
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 <[email protected]>
Reported-by: Kefeng Wang <[email protected]>
Signed-off-by: Yisen Zhuang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c
This page took 0.049743 seconds and 4 git commands to generate.