Skip to content

Commit a3dc1f2

Browse files
gcabidduherbertx
authored andcommitted
crypto: qat - specify firmware files for 402xx
The 4xxx driver can probe 4xxx and 402xx devices. However, the driver only specifies the firmware images required for 4xxx. This might result in external tools missing these binaries, if required, in the initramfs. Specify the firmware image used by 402xx with the MODULE_FIRMWARE() macros in the 4xxx driver. Fixes: a3e8c91 ("crypto: qat - add support for 402xx devices") Signed-off-by: Giovanni Cabiddu <[email protected]> Reviewed-by: Damian Muszynski <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent ed265f7 commit a3dc1f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/crypto/intel/qat/qat_4xxx/adf_drv.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ module_pci_driver(adf_driver);
197197
MODULE_LICENSE("Dual BSD/GPL");
198198
MODULE_AUTHOR("Intel");
199199
MODULE_FIRMWARE(ADF_4XXX_FW);
200+
MODULE_FIRMWARE(ADF_402XX_FW);
200201
MODULE_FIRMWARE(ADF_4XXX_MMP);
202+
MODULE_FIRMWARE(ADF_402XX_MMP);
201203
MODULE_DESCRIPTION("Intel(R) QuickAssist Technology");
202204
MODULE_VERSION(ADF_DRV_VERSION);
203205
MODULE_SOFTDEP("pre: crypto-intel_qat");

0 commit comments

Comments
 (0)