diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-27 12:38:19 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-27 12:38:19 +0100 |
commit | 53e7bf507ac583bc41cec0a8429158d6fe546798 (patch) | |
tree | 923a5330929456d9f388f72bb0a4d91581eeb2d3 /include | |
parent | 01faae5193d6190b7b3aa93dae43f514e866d652 (diff) | |
parent | 2e8496f31d0be8f43849b2980b069f3a9805d047 (diff) |
Merge tag 'fpga-fixes-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-linus
Moritz writes:
FPGA Manager fixes for 5.12
Richard's fix addresses an errornously flipped flag.
All patches have been reviewed on the mailing list, and have been in the
last few linux-next releases (as part of my fixes branch) without issues.
Signed-off-by: Moritz Fischer <mdf@kernel.org>
* tag 'fpga-fixes-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga:
firmware: stratix10-svc: reset COMMAND_RECONFIG_FLAG_PARTIAL to 0
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/firmware/intel/stratix10-svc-client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/firmware/intel/stratix10-svc-client.h b/include/linux/firmware/intel/stratix10-svc-client.h index ebc295647581..19781b0f6429 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: |