Re: [PATCH 0/2] can: Fix the error handling in c_can_power_up and kvaser_pciefd_open

2020-11-30 Thread Marc Kleine-Budde
On 11/28/20 2:39 PM, Zhang Qilong wrote: > The patch series fix the error handling to avoid the reference > leak and wrong state for the net device. > > Zhang Qilong (2): > can: c_can: Fix error handling in c_can_power_up > can: kvaser_pciefd: Fix error handling in kvaser_pciefd_open > > dri

[PATCH 0/2] can: Fix the error handling in c_can_power_up and kvaser_pciefd_open

2020-11-28 Thread Zhang Qilong
The patch series fix the error handling to avoid the reference leak and wrong state for the net device. Zhang Qilong (2): can: c_can: Fix error handling in c_can_power_up can: kvaser_pciefd: Fix error handling in kvaser_pciefd_open drivers/net/can/c_can/c_can.c | 18 ++ dri