svn commit: r347834 - stable/11/sys/dev/mlx5/mlx5_core

Hans Petter Selasky hselasky at FreeBSD.org
Thu May 16 17:38:12 UTC 2019


Author: hselasky
Date: Thu May 16 17:38:11 2019
New Revision: 347834
URL: https://svnweb.freebsd.org/changeset/base/347834

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

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

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_cmd.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_cmd.c	Thu May 16 17:37:34 2019	(r347833)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_cmd.c	Thu May 16 17:38:11 2019	(r347834)
@@ -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-stable mailing list