diff mbox series

[PATCHv2] firmware: stratix10-svc: reset COMMAND_RECONFIG_FLAG_PARTIAL to 0

Message ID 1611848292-17882-1-git-send-email-richard.gong@linux.intel.com
State New
Headers show
Series [PATCHv2] firmware: stratix10-svc: reset COMMAND_RECONFIG_FLAG_PARTIAL to 0 | expand

Commit Message

richard.gong@linux.intel.com Jan. 28, 2021, 3:38 p.m. UTC
From: Richard Gong <richard.gong@intel.com>

Clean up COMMAND_RECONFIG_FLAG_PARTIAL flag by resetting it to 0, which
aligns with the firmware settings.

Cc: <stable@vger.kernel.org> # 5.9+
Fixes: 36847f9e3e56 ("firmware: correct reconfig flag and timeout values")
Signed-off-by: Richard Gong <richard.gong@intel.com>
---
v2: add tag Cc: <stable@vger.kernel.org> # 5.9+
    add 'Fixes: ... ' line in the comment
---
 include/linux/firmware/intel/stratix10-svc-client.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg Kroah-Hartman Feb. 9, 2021, 11:12 a.m. UTC | #1
On Thu, Jan 28, 2021 at 09:38:12AM -0600, richard.gong@linux.intel.com wrote:
> From: Richard Gong <richard.gong@intel.com>

> 

> Clean up COMMAND_RECONFIG_FLAG_PARTIAL flag by resetting it to 0, which

> aligns with the firmware settings.

> 

> Cc: <stable@vger.kernel.org> # 5.9+

> Fixes: 36847f9e3e56 ("firmware: correct reconfig flag and timeout values")


This is not the subject line of this git commit id, and linux-next would
complain if I let this into my tree.

Please fix up and resend.

thnaks,

greg k-h
diff mbox series

Patch

diff --git a/include/linux/firmware/intel/stratix10-svc-client.h b/include/linux/firmware/intel/stratix10-svc-client.h
index a93d859..f843c6a 100644
--- a/include/linux/firmware/intel/stratix10-svc-client.h
+++ b/include/linux/firmware/intel/stratix10-svc-client.h
@@ -56,7 +56,7 @@ 
  * COMMAND_RECONFIG_FLAG_PARTIAL:
  * Set to FPGA configuration type (full or partial).
  */
-#define COMMAND_RECONFIG_FLAG_PARTIAL	1
+#define COMMAND_RECONFIG_FLAG_PARTIAL	0
 
 /**
  * Timeout settings for service clients: