All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] RTC: Fix return code in MC13783 RTC driver.
@ 2009-11-10 18:53 Magnus Lilja
  2009-11-10 23:35 ` Fabio Estevam
  0 siblings, 1 reply; 3+ messages in thread
From: Magnus Lilja @ 2009-11-10 18:53 UTC (permalink / raw)
  To: u-boot

---
 drivers/rtc/mc13783-rtc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/rtc/mc13783-rtc.c b/drivers/rtc/mc13783-rtc.c
index 05db2f1..416f50d 100644
--- a/drivers/rtc/mc13783-rtc.c
+++ b/drivers/rtc/mc13783-rtc.c
@@ -109,7 +109,7 @@ int rtc_set(struct rtc_time *rtc)
 
 	spi_release_bus(slave);
 
-	return -1;
+	return 0;
 }
 
 void rtc_reset(void)
-- 
1.5.6

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] RTC: Fix return code in MC13783 RTC driver.
  2009-11-10 18:53 [U-Boot] [PATCH] RTC: Fix return code in MC13783 RTC driver Magnus Lilja
@ 2009-11-10 23:35 ` Fabio Estevam
  2009-11-11  7:08   ` Magnus Lilja
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2009-11-10 23:35 UTC (permalink / raw)
  To: u-boot

Magnus,

--- On Tue, 11/10/09, Magnus Lilja <lilja.magnus@gmail.com> wrote:

> From: Magnus Lilja <lilja.magnus@gmail.com>
> Subject: [U-Boot] [PATCH] RTC: Fix return code in MC13783 RTC driver.
> To: u-boot at lists.denx.de
> Date: Tuesday, November 10, 2009, 4:53 PM
> ---
>  drivers/rtc/mc13783-rtc.c |? ? 2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

You missed your Signed-off-by in your 2 patches.

Regards,

Fabio Estevam

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] RTC: Fix return code in MC13783 RTC driver.
  2009-11-10 23:35 ` Fabio Estevam
@ 2009-11-11  7:08   ` Magnus Lilja
  0 siblings, 0 replies; 3+ messages in thread
From: Magnus Lilja @ 2009-11-11  7:08 UTC (permalink / raw)
  To: u-boot

Hi

2009/11/11 Fabio Estevam <fabioestevam@yahoo.com>:
> Magnus,
>
> --- On Tue, 11/10/09, Magnus Lilja <lilja.magnus@gmail.com> wrote:
>
>> From: Magnus Lilja <lilja.magnus@gmail.com>
>> Subject: [U-Boot] [PATCH] RTC: Fix return code in MC13783 RTC driver.
>> To: u-boot at lists.denx.de
>> Date: Tuesday, November 10, 2009, 4:53 PM
>> ---
>> ?drivers/rtc/mc13783-rtc.c |? ? 2 +-
>> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
> You missed your Signed-off-by in your 2 patches.

Ah, sorry about that. Will send new ones this evening.

/Magnus

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-11  7:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-10 18:53 [U-Boot] [PATCH] RTC: Fix return code in MC13783 RTC driver Magnus Lilja
2009-11-10 23:35 ` Fabio Estevam
2009-11-11  7:08   ` Magnus Lilja

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.