Re: [PATCH] Add driver for ARM AMBA PL031 RTC

From: Andrew Morton
Date: Fri Jun 09 2006 - 21:45:17 EST


On Tue, 16 May 2006 17:01:42 -0700
Deepak Saxena <dsaxena@xxxxxxxxxxx> wrote:

> + return -ENOIOCNTLCMD;

Tell me you forgot to run `quilt refresh' too?

--- devel/drivers/rtc/rtc-pl031.c~add-driver-for-arm-amba-pl031-rtc-fix 2006-06-09 18:44:52.000000000 -0700
+++ devel-akpm/drivers/rtc/rtc-pl031.c 2006-06-09 18:45:07.000000000 -0700
@@ -81,7 +81,7 @@ static int pl031_ioctl(struct device *de
return 0;
}

- return -ENOIOCNTLCMD;
+ return -ENOIOCTLCMD;
}

static int pl031_read_time(struct device *dev, struct rtc_time *tm)
_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/