On Wed, Jun 15, 2016 at 10:33 AM, William Hermans <[email protected]> wrote: > card->ext_csd.rev = ext_csd[EXT_CSD_REV]; > - if (card->ext_csd.rev > 6) { > + if (card->ext_csd.rev > 7) { > pr_err("%s: unrecognised EXT_CSD revision %d\n", > mmc_hostname(card->host), card->ext_csd.rev); > err = -EINVAL; > > Dare I ask who wrote that code ?
atleast that "mess" was fixed in: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/mmc/core?id=03a59437ef6b6ad7fb0165cb9b96c08d6bf057fc with an explanation.. but yeah, not forward thinking at all.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYgkB258QUhShXpY74jXE7S8qy8owXXzazLweAqGDEXtKA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
