Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PM / devfreq: rk3399_dmc: Remove unneeded semicolon

Eliminate the following coccicheck warning:
./drivers/devfreq/rk3399_dmc.c:403:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

authored by

Yang Li and committed by
Chanwoo Choi
fc1745c0 ec894883

+1 -1
+1 -1
drivers/devfreq/rk3399_dmc.c
··· 400 400 default: 401 401 ret = -EINVAL; 402 402 goto err_edev; 403 - }; 403 + } 404 404 405 405 no_pmu: 406 406 arm_smccc_smc(ROCKCHIP_SIP_DRAM_FREQ, 0, 0,