From: akpm@linux-foundation.org
To: akpm@linux-foundation.org, Baohua.Song@csr.com,
a.zummo@towertech.it, hao.liu@csr.com,
mm-commits@vger.kernel.org
Subject: [folded-merged] drivers-rtc-rtc-sirfsocc-add-alarm_irq_enable-support-fix.patch removed from -mm tree
Date: Wed, 10 Dec 2014 15:22:23 -0800 [thread overview]
Message-ID: <5488d5af.aKGtO2dK8Baa5dle%akpm@linux-foundation.org> (raw)
The patch titled
Subject: drivers-rtc-rtc-sirfsocc-add-alarm_irq_enable-support-fix
has been removed from the -mm tree. Its filename was
drivers-rtc-rtc-sirfsocc-add-alarm_irq_enable-support-fix.patch
This patch was dropped because it was folded into drivers-rtc-rtc-sirfsocc-add-alarm_irq_enable-support.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: drivers-rtc-rtc-sirfsocc-add-alarm_irq_enable-support-fix
remove unneeded cast
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Barry Song <Baohua.Song@csr.com>
Cc: hao liu <hao.liu@csr.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/rtc/rtc-sirfsoc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/rtc/rtc-sirfsoc.c~drivers-rtc-rtc-sirfsocc-add-alarm_irq_enable-support-fix drivers/rtc/rtc-sirfsoc.c
--- a/drivers/rtc/rtc-sirfsoc.c~drivers-rtc-rtc-sirfsocc-add-alarm_irq_enable-support-fix
+++ a/drivers/rtc/rtc-sirfsoc.c
@@ -215,7 +215,7 @@ static int sirfsoc_rtc_alarm_irq_enable(
unsigned long rtc_status_reg = 0x0;
struct sirfsoc_rtc_drv *rtcdrv;
- rtcdrv = (struct sirfsoc_rtc_drv *)dev_get_drvdata(dev);
+ rtcdrv = dev_get_drvdata(dev);
local_irq_disable();
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
origin.patch
mm-cma-fix-boot-regression-due-to-physical-address-of-high_memory.patch
slab-improve-checking-for-invalid-gfp_flags.patch
mm-memcontrol-lockless-page-counters.patch
kernel-res_counter-remove-the-unused-api.patch
mm-compaction-simplify-deferred-compaction.patch
mm-compaction-always-update-cached-scanner-positions.patch
mm-memcontrol-remove-unnecessary-pcg_used-pc-mem_cgroup-valid-flag.patch
mm-fix-huge-zero-page-accounting-in-smaps-report.patch
fs-proc-use-a-rb-tree-for-the-directory-entries.patch
fs-binfmt_miscc-use-gfp_kernel-instead-of-gfp_user.patch
init-allow-config_init_fallback=n-to-disable-defaults-if-init=-fails.patch
rtc-omap-add-support-for-pmic_power_en.patch
drivers-rtc-rtc-sirfsocc-add-alarm_irq_enable-support.patch
rtc-ds1374-add-watchdog-support-fix.patch
rtc-ds1374-add-watchdog-support-checkpatch-fixes.patch
exit-wait-cleanup-the-ptrace_reparented-checks-fix.patch
reply other threads:[~2014-12-10 23:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5488d5af.aKGtO2dK8Baa5dle%akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=Baohua.Song@csr.com \
--cc=a.zummo@towertech.it \
--cc=hao.liu@csr.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.