Merge branch '2020-05-15-misc-bugfixes'
authorTom Rini <trini@konsulko.com>
Fri, 15 May 2020 20:42:06 +0000 (16:42 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 15 May 2020 20:42:06 +0000 (16:42 -0400)
commit506159549df76034dfbdee562304ce4c102d3a06
tree85c116fc3267a1ce16d6771f0a08675788d48ccd
parent5f09f9af3cc335fe6a74c031cfa0b1d8bdf4b9db
parent24bf6e84ce22cd1b53cb79e4f89a4036af7e9c6b
Merge branch '2020-05-15-misc-bugfixes'

- A number of symbol name consistency updates
- JFFS2 bugfix
- Use /* fallthrough */ for now to help at least gcc know when we're
  intentionally not 'break;'ing in a switch statement, we'll adopt
  fallthrough; later on.
- Assorted other fixes