* [PATCH] fixup! common: clock: introduce mdelay_non_interruptible()
@ 2015-10-01 9:20 Antony Pavlov
2015-10-02 5:51 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2015-10-01 9:20 UTC (permalink / raw)
To: barebox; +Cc: Peter Mamonov
---
include/clock.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clock.h b/include/clock.h
index fd8ff80..7f0f1ec 100644
--- a/include/clock.h
+++ b/include/clock.h
@@ -37,7 +37,7 @@ int is_timeout_non_interruptible(uint64_t start_ns, uint64_t time_offset_ns);
void ndelay(unsigned long nsecs);
void udelay(unsigned long usecs);
void mdelay(unsigned long msecs);
-void mdelay_non_interruptible (unsigned long msecs);
+void mdelay_non_interruptible(unsigned long msecs);
#define SECOND ((uint64_t)(1000 * 1000 * 1000))
#define MSECOND ((uint64_t)(1000 * 1000))
--
2.5.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] fixup! common: clock: introduce mdelay_non_interruptible()
2015-10-01 9:20 [PATCH] fixup! common: clock: introduce mdelay_non_interruptible() Antony Pavlov
@ 2015-10-02 5:51 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2015-10-02 5:51 UTC (permalink / raw)
To: Antony Pavlov; +Cc: barebox, Peter Mamonov
On Thu, Oct 01, 2015 at 12:20:16PM +0300, Antony Pavlov wrote:
> ---
> include/clock.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-02 5:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-01 9:20 [PATCH] fixup! common: clock: introduce mdelay_non_interruptible() Antony Pavlov
2015-10-02 5:51 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox