Author: hselasky
Date: Wed May  8 10:44:27 2019
New Revision: 347283
URL: https://svnweb.freebsd.org/changeset/base/347283

Log:
  Remove redundant line of code in mlx5core.
  
  MFC after:    3 days
  Sponsored by: Mellanox Technologies

Modified:
  head/sys/dev/mlx5/mlx5_core/mlx5_cmd.c

Modified: head/sys/dev/mlx5/mlx5_core/mlx5_cmd.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_cmd.c      Wed May  8 10:44:02 2019        
(r347282)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_cmd.c      Wed May  8 10:44:27 2019        
(r347283)
@@ -1215,7 +1215,7 @@ void mlx5_cmd_comp_handler(struct mlx5_core_dev *dev, 
                                ent->ret = verify_signature(ent);
                        else
                                ent->ret = 0;
-                       ent->status = ent->lay->status_own >> 1;
+
                        if (triggered)
                                ent->status = MLX5_DRIVER_STATUS_ABORTED;
                        else
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to