From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sat, 6 Feb 2021 21:16:17 +0800 Subject: [PATCH v3] mmc: mmc_spi: Print verbose debug output when crc16 check fails In-Reply-To: <1612233168-35892-1-git-send-email-bmeng.cn@gmail.com> References: <1612233168-35892-1-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Feb 2, 2021 at 10:32 AM Bin Meng wrote: > > Add some verbose debug output when crc16 check fails. > > Signed-off-by: Bin Meng > Reviewed-by: Jaehoon Chung > > --- > > Changes in v3: > - use expected/got instead of expect/get > > Changes in v2: > - do the crc_ok assignment at the the same line where it's defined > > drivers/mmc/mmc_spi.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > Peng, ping?