commit | 7a346a37e46abd9bfe0e24aa2aabb68d832280b8 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Mon Jul 27 15:11:22 2020 -0500 |
committer | Stephen Boyd <sboyd@kernel.org> | Mon Jul 27 15:21:31 2020 -0700 |
tree | 7fc42b48b81318c3f47fc708ed9a850f08cf1615 | |
parent | d388e18f63b90a1256af490a856d67abd6558a38 [diff] |
clk: davinci: Use fallthrough pseudo-keyword Replace the existing /* fall through */ comments and its variants with the new pseudo-keyword macro fallthrough[1]. [1] https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Link: https://lore.kernel.org/r/20200727201122.GA2593@embeddedor Reviewed-by: David Lechner <david@lechnology.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>