The patch titled RTC: Add a comment for ENOIOCTLCMD in ds1553_rtc_ioctl has been removed from the -mm tree. Its filename is rtc-add-a-comment-for-enoioctlcmd-in-ds1553_rtc_ioctl.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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-add-rtc-rs5c348-driver.patch rtc-add-rtc-rs5c348-driver-update.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