summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorArkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>2021-03-26 19:43:43 +0100
committerTony Nguyen <anthony.l.nguyen@intel.com>2021-04-08 10:21:37 -0700
commit8a1e918d833ca5c391c4ded5dc006e2d1ce6d37c (patch)
tree963bd403c3765288c2ea52fa2dffff79dd7bd8f3 /scripts/git.orderFile
parent6b5674fe6b9bf05394886ebcec62b2d7dae88c42 (diff)
downloadkernel-8a1e918d833ca5c391c4ded5dc006e2d1ce6d37c.tar.gz
i40e: Fix sparse warning: missing error code 'err'
Set proper return values inside error checking if-statements. Previously following warning was produced when compiling against sparse. i40e_main.c:15162 i40e_init_recovery_mode() warn: missing error code 'err' Fixes: 4ff0ee1af0169 ("i40e: Introduce recovery mode support") Signed-off-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com> Signed-off-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com> Tested-by: Dave Switzer <david.switzer@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions
='2019-12-27 18:18:04 +0800'>2019-12-27crypto: qce - fix ctr-aes-qce block, chunk sizesEneas U de Queiroz 2019-11-22crypto: qce/dma - Use dma_request_chan() directly for channel requestPeter Ujfalusi 2019-11-17crypto: qce - switch to skcipher APIArd Biesheuvel 2019-10-05crypto: qce - add CRYPTO_ALG_KERN_DRIVER_ONLY flagEneas U de Queiroz 2019-08-22crypto: qce/des - switch to new verification routinesArd Biesheuvel 2019-08-09crypto: qce - use devm_platform_ioremap_resource() to simplify codeYueHaibing 2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner 2019-04-18crypto: qce - Forbid 2-key 3DES in FIPS modeHerbert Xu 2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers 2018-11-20crypto: remove useless initializations of cra_listEric Biggers 2018-09-28crypto: qce - Remove VLA usage of skcipherKees Cook 2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers 2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap 2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2017-11-03crypto: qce - move to generic async completionGilad Ben-Yossef 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-22crypto: Use PTR_ERR_ZEROHimanshu Jha 2016-07-01crypto: qce - Use skcipher for fallbackHerbert Xu 2015-11-17crypto: qce - check return value of sg_nents_for_lenLABBE Corentin 2015-10-08crypto: qce - dma_map_sg can handle chained SGLABBE Corentin 2015-08-17crypto: replace scatterwalk_sg_chain with sg_chainDan Williams 2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica 2014-10-20crypto: qce: drop owner assignment from platform_driversWolfram Sang 2014-10-08Fix up missing dmaengine header inclusion from qce crypto engineLinus Torvalds 2014-07-08crypto: qce - fix sparse warningsStanimir Varbanov 2014-07-03crypto: qce - Build Qualcomm crypto driverStanimir Varbanov 2014-07-03crypto: qce - Qualcomm crypto engine driverStanimir Varbanov