Tag: 1856de3d3e6cd6c2fe2f53f29f6b572795e3257a

mmc: sdricoh_cs: Less checks in sdricoh_init_mmc() after, error detection

Author: Markus Elfring <elfring@users.sourceforge.net> This issue was detected by using the Coccinelle software. Two pointer checks could be repeated by the sdricoh_init_mmc() function during error handling even if the relevant properties can be determined for the involved variables before by source code analysis. * This implementation detail could be improved by adjustments for jump targets …

Continue reading