summaryrefslogtreecommitdiffstats
path: root/efi_memtest/TODO
blob: 6d9a9af0ce2ad6e608b05983cc9d5253e549515b (plain) (blame)
1
2
3
4
controller.c:
	#define ECC_UNKNOWN      (~0U)    /* Unknown error correcting ability/status */
	changed from (~0UL)   --> which implications does it have?