Summary: | Looks like longstanding cut & paste error in nand_generic.c | ||
---|---|---|---|
Product: | Base System | Reporter: | David Horwitt <dhorwitt> |
Component: | kern | Assignee: | Christian Brueffer <brueffer> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | brueffer, re |
Priority: | --- | ||
Version: | 10.1-STABLE | ||
Hardware: | arm | ||
OS: | Any |
Description
David Horwitt
2014-10-07 16:59:07 UTC
Updated 10.1-BETA and 10.1-RC versioned bugs to 10.1-STABLE. A commit references this bug: Author: brueffer Date: Wed Jul 1 14:54:14 UTC 2015 New revision: 285006 URL: https://svnweb.freebsd.org/changeset/base/285006 Log: Use the correct le*dec function to decode a 16bit type. PR: 194228 Submitted by: David Horwitt MFC after: 2 weeks Changes: head/sys/dev/nand/nand_generic.c Good catch David! I have committed this to HEAD and will merge it to the STABLE branches soon. Sorry for the long delay in getting this fixed. A commit references this bug: Author: brueffer Date: Wed Jul 15 11:58:31 UTC 2015 New revision: 285599 URL: https://svnweb.freebsd.org/changeset/base/285599 Log: MFC: r285006 Use the correct le*dec function to decode a 16bit type. PR: 194228 Submitted by: David Horwitt Approved by: re (marius) Changes: _U stable/10/ stable/10/sys/dev/nand/nand_generic.c Merged and will be in 10.2-RELEASE. Thanks again! |