Searched hist:b1a2c51a0820fce803431e6ee5bd078bb1a65b0d (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/drivers/mmc/ |
| H A D | mmc.c | b1a2c51a0820fce803431e6ee5bd078bb1a65b0d Sat Sep 16 10:31:56 UTC 2023 Anand Saminathan <anans@google.com> fix(mmc): initialises response buffer with zeros
if ops->send_cmd in mmc_send_cmd returns a non-zero value, r_data (resp_data in mmc_device_state) is never populated, so the while condition in mmc_device_state would end up reading the uninitialized resp_data buffer
Signed-off-by: Anand Saminathan <anans@google.com> Change-Id: I72d752867c537d49e111e6d149c3cca122f7dc9f
|