mbox series

[0/3] can: xilinx_can: Some minor changes

Message ID cover.1600073396.git.michal.simek@xilinx.com (mailing list archive)
Headers show
Series can: xilinx_can: Some minor changes | expand

Message

Michal Simek Sept. 14, 2020, 8:49 a.m. UTC
Hi,

recently some small patches come to our internal tree. We started to use
coverity which found 2 issues (last two patches) which is simply to fix.

Thanks,
Michal


Srinivas Neeli (3):
  can: xilinx_can: Limit CANFD brp to 2
  can: xilinx_can: Check return value of set_reset_mode
  can: xilinx_can: Fix incorrect variable and initialize with a default
    value

 drivers/net/can/xilinx_can.c | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Comments

Marc Kleine-Budde Oct. 6, 2020, 7:34 p.m. UTC | #1
On 9/14/20 10:49 AM, Michal Simek wrote:
> Hi,
> 
> recently some small patches come to our internal tree. We started to use
> coverity which found 2 issues (last two patches) which is simply to fix.
> 
> Thanks,
> Michal
> 
> 
> Srinivas Neeli (3):
>   can: xilinx_can: Limit CANFD brp to 2
>   can: xilinx_can: Check return value of set_reset_mode
>   can: xilinx_can: Fix incorrect variable and initialize with a default
>     value

Applied to linux-can-next.

Tnx,
Marc