[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1350602308-2120-1-git-send-email-js1304@gmail.com>
Date: Fri, 19 Oct 2012 08:18:26 +0900
From: Joonsoo Kim <js1304@...il.com>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: linux-kernel@...r.kernel.org, Joonsoo Kim <js1304@...il.com>
Subject: [PATCH 0/2] clean-up initialization of deferrable timer
This patchset introduces setup_timer_deferrable() macro.
Using it makes code simple and understandable.
This patchset doesn't make any functional difference.
It is just for clean-up.
It is based on v3.7-rc1
Joonsoo Kim (2):
timer: add setup_timer_deferrable() macro
timer: use new setup_timer_deferrable() macro
drivers/acpi/apei/ghes.c | 5 ++---
drivers/ata/libata-core.c | 5 ++---
drivers/net/ethernet/nvidia/forcedeth.c | 13 ++++---------
drivers/net/ethernet/qlogic/qlge/qlge_main.c | 4 +---
drivers/net/vxlan.c | 5 ++---
include/linux/timer.h | 2 ++
kernel/workqueue.c | 6 ++----
net/mac80211/agg-rx.c | 12 ++++++------
net/mac80211/agg-tx.c | 12 ++++++------
net/sched/cls_flow.c | 5 ++---
net/sched/sch_sfq.c | 5 ++---
11 files changed, 31 insertions(+), 43 deletions(-)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists