eenurkka opened a new pull request #4839: URL: https://github.com/apache/incubator-nuttx/pull/4839
When waiting for a response to a sent command, the command complete bit (MPFS_EMMCSD_SRS12_CC) should always guarantee the completion of that particular command. There's no need to have some combinations skipping the check of the command complete bit. Thus, remove the 'waitbits' parameter as it's unnecessary. Signed-off-by: Eero Nurkkala <[email protected]> ## Summary Fix to cppcheck finding at f8832f7d86ddd0c77f40cc7523d096fcafbc4e60 caused regression. Some commands now timeout because waitbits is different. ## Impact Fix the regression properly. ## Testing Tested on PolarFire Icicle board with both eMMC and SD-cards. FAT filesystems were mounted and used. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
