Re: [PATCH v4 4/6] reset: sunxi: Add Allwinner H3 bus resets
From: Philipp Zabel <hidden>
Date: 2015-10-28 11:42:50
Also in:
linux-arm-kernel, lkml
From: Philipp Zabel <hidden>
Date: 2015-10-28 11:42:50
Also in:
linux-arm-kernel, lkml
Hi Jens, Am Dienstag, den 27.10.2015, 17:50 +0100 schrieb Jens Kuske: [...]
--- a/drivers/reset/reset-sunxi.c +++ b/drivers/reset/reset-sunxi.c@@ -75,7 +75,9 @@ static struct reset_control_ops sunxi_reset_ops = { .deassert = sunxi_reset_deassert, }; -static int sunxi_reset_init(struct device_node *np) +static int sunxi_reset_init(struct device_node *np, + int (*of_xlate)(struct reset_controller_dev *rcdev, + const struct of_phandle_args *reset_spec))
I'd add a tab to the indentation and drop the of_xlate parameter names. If you agree to this change, I'll fix it up when I apply it. best regards Philipp