Message ID | 20200625064619.2775707-5-lee.jones@linaro.org |
---|---|
State | New |
Headers | show |
Series | [01/10] mfd: wm8350-core: Supply description wm8350_reg_{un}lock args | expand |
On Thu, Jun 25, 2020 at 8:46 AM Lee Jones <lee.jones@linaro.org> wrote: > Not only is the current header incorrect, the isn't actually a > need to document the ubiquitous platform probe call. > > Cc: <stable@vger.kernel.org> > Cc: Linus Walleij <linus.walleij@linaro.org> > Signed-off-by: Lee Jones <lee.jones@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij
diff --git a/drivers/mfd/db8500-prcmu.c b/drivers/mfd/db8500-prcmu.c index 9b58b02967638..a9d9c1cdf546b 100644 --- a/drivers/mfd/db8500-prcmu.c +++ b/drivers/mfd/db8500-prcmu.c @@ -3006,10 +3006,6 @@ static int db8500_prcmu_register_ab8500(struct device *parent) return mfd_add_devices(parent, 0, ab850x_cell, 1, NULL, 0, NULL); } -/** - * prcmu_fw_init - arch init call for the Linux PRCMU fw init logic - * - */ static int db8500_prcmu_probe(struct platform_device *pdev) { struct device_node *np = pdev->dev.of_node;
Not only is the current header incorrect, the isn't actually a need to document the ubiquitous platform probe call. Cc: <stable@vger.kernel.org> Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org> --- drivers/mfd/db8500-prcmu.c | 4 ---- 1 file changed, 4 deletions(-) -- 2.25.1