mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
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>
This commit is contained in:
parent
ec894883de
commit
fc1745c0e4
@ -400,7 +400,7 @@ static int rk3399_dmcfreq_probe(struct platform_device *pdev)
|
||||
default:
|
||||
ret = -EINVAL;
|
||||
goto err_edev;
|
||||
};
|
||||
}
|
||||
|
||||
no_pmu:
|
||||
arm_smccc_smc(ROCKCHIP_SIP_DRAM_FREQ, 0, 0,
|
||||
|
Loading…
Reference in New Issue
Block a user