Skip to content

Commit 7db20bc

Browse files
Lee Jonesbebarino
authored andcommitted
clk: zynqmp: divider: Add missing description for 'max_div'
Fixes the following W=1 kernel build warning(s): drivers/clk/zynqmp/divider.c:46: warning: Function parameter or member 'max_div' not described in 'zynqmp_clk_divider' Cc: Michael Turquette <[email protected]> Cc: Stephen Boyd <[email protected]> Cc: Michal Simek <[email protected]> Cc: Rajan Vaja <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Michal Simek <[email protected]> Reviewed-by: Tero Kristo <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent f2ad937 commit 7db20bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/zynqmp/divider.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
* @is_frac: The divider is a fractional divider
3636
* @clk_id: Id of clock
3737
* @div_type: divisor type (TYPE_DIV1 or TYPE_DIV2)
38+
* @max_div: maximum supported divisor (fetched from firmware)
3839
*/
3940
struct zynqmp_clk_divider {
4041
struct clk_hw hw;

0 commit comments

Comments
 (0)