]> git.ipfire.org Git - thirdparty/linux.git/commit
mfd: ipaq-micro: Add missing break for the default case
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 16 Oct 2024 13:00:23 +0000 (16:00 +0300)
committerLee Jones <lee@kernel.org>
Thu, 31 Oct 2024 14:59:40 +0000 (14:59 +0000)
commit3d1c3272a80952617158a9149bebcebb4463a4fd
treebbac7677d0f5865ebda4db221ecf9d3748ff4108
parent4a8b3d48dad2ddbbb150602606c65bef3c2b3f8e
mfd: ipaq-micro: Add missing break for the default case

Even default case should have a break statement to make code robust
against changes (e.g., adding a case after the default one).

Add missing break for the default case.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20241016130023.872277-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/ipaq-micro.c