Re: [U-Boot] [PATCH] dm: rtc: Fix function name in comment

2018-12-05 Thread sjg
On 11/25/18 7:32 PM, Philipp Tomsich wrote: > The documentation comment for dm_rtc_set was referring to dm_rtc_put > instead. Fix it. > > Signed-off-by: Philipp Tomsich > --- > > include/rtc.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied to u-boot-dm/master, thanks! _

Re: [U-Boot] [PATCH] dm: rtc: Fix function name in comment

2018-11-25 Thread Heinrich Schuchardt
On 11/25/18 7:32 PM, Philipp Tomsich wrote: > The documentation comment for dm_rtc_set was referring to dm_rtc_put > instead. Fix it. > > Signed-off-by: Philipp Tomsich > --- > > include/rtc.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/rtc.h b/include/rtc.

[U-Boot] [PATCH] dm: rtc: Fix function name in comment

2018-11-25 Thread Philipp Tomsich
The documentation comment for dm_rtc_set was referring to dm_rtc_put instead. Fix it. Signed-off-by: Philipp Tomsich --- include/rtc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rtc.h b/include/rtc.h index 0d964d5..2c3a574 100644 --- a/include/rtc.h +++ b/includ