mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
clk: cosmetic change in uclass
Remove the tab in clk_get_bulk to respect the coding rules. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
This commit is contained in:
parent
1f2e3d5599
commit
c262522fd4
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ int clk_get_by_index_nodev(ofnode node, int index, struct clk *clk)
|
||||||
int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk)
|
int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk)
|
||||||
{
|
{
|
||||||
int i, ret, err, count;
|
int i, ret, err, count;
|
||||||
|
|
||||||
bulk->count = 0;
|
bulk->count = 0;
|
||||||
|
|
||||||
count = dev_count_phandle_with_args(dev, "clocks", "#clock-cells", 0);
|
count = dev_count_phandle_with_args(dev, "clocks", "#clock-cells", 0);
|
||||||
|
|
Loading…
Reference in a new issue