diff options
Diffstat (limited to 'arch/sparc/kernel/pcr.c')
| -rw-r--r-- | arch/sparc/kernel/pcr.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/sparc/kernel/pcr.c b/arch/sparc/kernel/pcr.c index c0886b400dad..2a12c86af956 100644 --- a/arch/sparc/kernel/pcr.c +++ b/arch/sparc/kernel/pcr.c @@ -359,7 +359,7 @@ int __init pcr_arch_init(void)  		 * counter overflow interrupt so we can't make use of  		 * their hardware currently.  		 */ -		/* fallthrough */ +		fallthrough;  	default:  		err = -ENODEV;  		goto out_unregister; |