Merge "mmc: host: Set the supported dun size for crypto" into kernel.lnx.4.14.r15-rel

tirimbino
Linux Build Service Account 4 years ago committed by Gerrit - the friendly Code Review server
commit 3a915513a4
  1. 2
      drivers/mmc/host/cmdq_hci-crypto-qti.c

@ -221,6 +221,8 @@ int cmdq_host_init_crypto_qti_spec(struct cmdq_host *host,
err = -ENOMEM;
goto out;
}
keyslot_manager_set_max_dun_bytes(host->ksm, sizeof(u32));
/*
* In case host controller supports cryptographic operations
* then, it uses 128bit task descriptor. Upper 64 bits of task

Loading…
Cancel
Save