The patch titled RTC: Add a comment for ENOIOCTLCMD in ds1553_rtc_ioctl has been added to the -mm tree. Its filename is rtc-add-a-comment-for-enoioctlcmd-in-ds1553_rtc_ioctl.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: RTC: Add a comment for ENOIOCTLCMD in ds1553_rtc_ioctl From: Atsushi Nemoto <anemo@xxxxxxxxxxxxx> Signed-off-by: Atsushi Nemoto <anemo@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/rtc/rtc-ds1553.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/rtc/rtc-ds1553.c~rtc-add-a-comment-for-enoioctlcmd-in-ds1553_rtc_ioctl drivers/rtc/rtc-ds1553.c --- a/drivers/rtc/rtc-ds1553.c~rtc-add-a-comment-for-enoioctlcmd-in-ds1553_rtc_ioctl +++ a/drivers/rtc/rtc-ds1553.c @@ -226,7 +226,7 @@ static int ds1553_rtc_ioctl(struct devic struct rtc_plat_data *pdata = platform_get_drvdata(pdev); if (pdata->irq < 0) - return -ENOIOCTLCMD; + return -ENOIOCTLCMD; /* fall back into rtc-dev's emulation */ switch (cmd) { case RTC_AIE_OFF: pdata->irqen &= ~RTC_AF; _ Patches currently in -mm which might be from anemo@xxxxxxxxxxxxx are origin.patch rtc-rtc-dev-uie-emulation.patch rtc-add-rtc-ds1553-driver.patch rtc-add-rtc-ds1742-driver.patch led-add-led-heartbeat-trigger.patch git-cryptodev.patch fix-broken-vm86-interrupt-signal-handling.patch rtc-add-rtc-rs5c348-driver.patch rtc-add-a-comment-for-enoioctlcmd-in-ds1553_rtc_ioctl.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html