Loading
qcacld-3.0: Release reference of in_dev after fetching ipv4 list
Currently, while fetching ipv4 list in_dev is get via in_dev_get and ref count of in_dev is incremented but after fetching ip list in_dev_put is not used. So, ref count will not be zero and may lead to issue while destorying in_dev. Fix is to use in_dev_put to maintain ref count to free in_dev during rmmod. Change-Id: I20a73127bb41c807315dbcd18adc1fb4278aa6d3 CRs-Fixed: 2921256