svn commit: r347747 - stable/12/sys/dev/mlx5/mlx5_core

Hans Petter Selasky hselasky at FreeBSD.org
Thu May 16 16:07:27 UTC 2019


Author: hselasky
Date: Thu May 16 16:07:26 2019
New Revision: 347747
URL: https://svnweb.freebsd.org/changeset/base/347747

Log:
  MFC r347283:
  Remove redundant line of code in mlx5core.
  
  Sponsored by:	Mellanox Technologies

Modified:
  stable/12/sys/dev/mlx5/mlx5_core/mlx5_cmd.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/mlx5/mlx5_core/mlx5_cmd.c
==============================================================================
--- stable/12/sys/dev/mlx5/mlx5_core/mlx5_cmd.c	Thu May 16 16:06:52 2019	(r347746)
+++ stable/12/sys/dev/mlx5/mlx5_core/mlx5_cmd.c	Thu May 16 16:07:26 2019	(r347747)
@@ -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


More information about the svn-src-all mailing list