From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754882Ab2ACTct (ORCPT ); Tue, 3 Jan 2012 14:32:49 -0500 Received: from out5.smtp.messagingengine.com ([66.111.4.29]:34823 "EHLO out5.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751796Ab2ACTbz (ORCPT ); Tue, 3 Jan 2012 14:31:55 -0500 X-Sasl-enc: 8h8sHtGBVqjLfrN6v9qUl0WT4rATGFyc3It6uEob6c2b 1325619114 Date: Tue, 3 Jan 2012 11:29:51 -0800 From: Greg KH To: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org, lwn@lwn.net Subject: Re: Linux 3.0.15 Message-ID: <20120103192951.GB1724@kroah.com> References: <20120103192936.GA1724@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120103192936.GA1724@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org diff --git a/Makefile b/Makefile index f4f577b..5b8c185 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 0 -SUBLEVEL = 14 +SUBLEVEL = 15 EXTRAVERSION = NAME = Sneaky Weasel diff --git a/kernel/time/clockevents.c b/kernel/time/clockevents.c index 13dfaab..e4c699d 100644 --- a/kernel/time/clockevents.c +++ b/kernel/time/clockevents.c @@ -286,7 +286,6 @@ void clockevents_exchange_device(struct clock_event_device *old, * released list and do a notify add later. */ if (old) { - old->event_handler = clockevents_handle_noop; clockevents_set_mode(old, CLOCK_EVT_MODE_UNUSED); list_del(&old->list); list_add(&old->list, &clockevents_released);