On 11/28/2017 07:44 AM, bojan prtvar wrote:
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.
Argh, yes, you are right, thanks. Will send v3.
Regards,
Bastian
--
Pengutronix e.K.
Industrial Linux Solutions
http://www.pengutronix.de/
Peiner Str. 6-8, 31137 Hildesheim, Germany
Amtsgericht Hildesheim, HRA 2686
--
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