Skip to content

Commit 075d9ca

Browse files
Zhang Jianhuajernejsk
authored andcommitted
clk: sunxi-ng: Modify mismatched function name
No functional modification involved. drivers/clk/sunxi-ng/ccu_mmc_timing.c:54: warning: expecting prototype for sunxi_ccu_set_mmc_timing_mode(). Prototype was for sunxi_ccu_get_mmc_timing_mode() instead Fixes: f6f64ed ("clk: sunxi-ng: Add interface to query or configure MMC timing modes.") Signed-off-by: Zhang Jianhua <chris.zjh@huawei.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20230722153107.2078179-1-chris.zjh@huawei.com Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
1 parent 170d588 commit 075d9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/sunxi-ng/ccu_mmc_timing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ int sunxi_ccu_set_mmc_timing_mode(struct clk *clk, bool new_mode)
4343
EXPORT_SYMBOL_GPL(sunxi_ccu_set_mmc_timing_mode);
4444

4545
/**
46-
* sunxi_ccu_set_mmc_timing_mode: Get the current MMC clock timing mode
46+
* sunxi_ccu_get_mmc_timing_mode: Get the current MMC clock timing mode
4747
* @clk: clock to query
4848
*
4949
* Return: %0 if the clock is in old timing mode, > %0 if it is in

0 commit comments

Comments
 (0)