commit | aa5e5c9b556a2e5f68a915e4b5dfa5c6bda47c64 | [log] [tgz] |
---|---|---|
author | Nathan Lynch <nathanl@linux.ibm.com> | Mon Dec 07 15:51:40 2020 -0600 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Dec 08 21:40:56 2020 +1100 |
tree | 113e45b323f30a0c697cbba807c8b807883b7242 | |
parent | b06a6717873560e9dd1c07357781fc2b27545701 [diff] |
powerpc/pseries/mobility: add missing break to default case update_dt_node() has a switch statement where the default case lacks a break statement. Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20201207215200.1785968-9-nathanl@linux.ibm.com