Files
android_kernel_xiaomi_sm8450/drivers/net
Arthur Kiyanovski d79c3888bd net: ena: fix warning in rmmod caused by double iounmap
Memory mapped with devm_ioremap is automatically freed when the driver
is disconnected from the device. Therefore there is no need to
explicitly call devm_iounmap.

Fixes: 0857d92f71 ("net: ena: add missing unmap bars on device removal")
Fixes: 411838e7b4 ("net: ena: fix rare kernel crash when bar memory remap fails")
Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-10-09 10:49:49 -07:00
..
2018-10-02 15:55:16 -07:00
2018-10-05 11:54:55 -07:00
2018-07-20 12:33:37 -07:00
2018-07-29 12:57:26 -07:00
2018-10-01 23:27:28 -07:00
2018-09-16 15:33:50 -07:00
2018-09-26 20:27:59 -07:00