Loading drivers/mmc/host/cqhci-crypto-qti.c +4 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2020, Linux Foundation. All rights reserved. * Copyright (c) 2020-2021, Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -371,6 +371,9 @@ int cqhci_crypto_qti_prep_desc(struct cqhci_host *host, struct mmc_request *mrq, if (!(atomic_read(&keycache) & (1 << bc->bc_keyslot))) { if (bc->is_ext4) cmdq_use_default_du_size = true; else cmdq_use_default_du_size = false; ret = cqhci_crypto_qti_keyslot_program(host->ksm, bc->bc_key, bc->bc_keyslot); if (ret) { Loading Loading
drivers/mmc/host/cqhci-crypto-qti.c +4 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2020, Linux Foundation. All rights reserved. * Copyright (c) 2020-2021, Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -371,6 +371,9 @@ int cqhci_crypto_qti_prep_desc(struct cqhci_host *host, struct mmc_request *mrq, if (!(atomic_read(&keycache) & (1 << bc->bc_keyslot))) { if (bc->is_ext4) cmdq_use_default_du_size = true; else cmdq_use_default_du_size = false; ret = cqhci_crypto_qti_keyslot_program(host->ksm, bc->bc_key, bc->bc_keyslot); if (ret) { Loading