public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] davinci: tests for suitable timings in davinci_aemif_setup_timing() fail
@ 2011-01-01 20:32 roel kluin
  0 siblings, 0 replies; only message in thread
From: roel kluin @ 2011-01-01 20:32 UTC (permalink / raw)
  To: Andrew Morton, LKML, khilman

These have to be signed or the tests for suitable timings always fail.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
---
 arch/arm/mach-davinci/aemif.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

This was not compile tested.

diff --git a/arch/arm/mach-davinci/aemif.c b/arch/arm/mach-davinci/aemif.c
index 9c3f500..1ce70a9 100644
--- a/arch/arm/mach-davinci/aemif.c
+++ b/arch/arm/mach-davinci/aemif.c
@@ -90,7 +90,7 @@ int davinci_aemif_setup_timing(struct davinci_aemif_timing *t,
 					void __iomem *base, unsigned cs)
 {
 	unsigned set, val;
-	unsigned ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup;
+	int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup;
 	unsigned offset = A1CR_OFFSET + cs * 4;
 	struct clk *aemif_clk;
 	unsigned long clkrate;

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-01 20:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-01 20:32 [PATCH] davinci: tests for suitable timings in davinci_aemif_setup_timing() fail roel kluin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox