Hi Bastian, On Mon, Nov 27, 2017 at 2:17 PM, Bastian Stender <bst@xxxxxxxxxxxxxx> wrote: > > The sysfs entry "ocr" was missing the 0x prefix to identify it as hex > formatted. > > > -MMC_DEV_ATTR(pre_eol_info, "%02x\n", card->ext_csd.pre_eol_info); > +MMC_DEV_ATTR(pre_eol_info, "0x%02x\n", card->ext_csd.pre_eol_info); Commit messages are swapped for pre_eol_info and ocr patches. Regards, Bojan -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html