From patchwork Mon Apr 8 14:43:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ohad Ben-Cohen X-Patchwork-Id: 234797 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 27A172C0109 for ; Tue, 9 Apr 2013 00:43:48 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UPDIM-0003Ns-MQ; Mon, 08 Apr 2013 14:43:42 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UPDII-0006sT-Jw; Mon, 08 Apr 2013 14:43:38 +0000 Received: from mail-oa0-f46.google.com ([209.85.219.46]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UPDIF-0006sB-LT for linux-arm-kernel@lists.infradead.org; Mon, 08 Apr 2013 14:43:36 +0000 Received: by mail-oa0-f46.google.com with SMTP id k1so6222112oag.19 for ; Mon, 08 Apr 2013 07:43:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-originating-ip:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=qyKCaOvqz1xdPe59poVK5cmPS6RfMFA+QpiRE0y3XGw=; b=fSfi2VZR1OvMUP/dJF8UjN34qHbeqGLmmEFTsTFXDUW71xCMVkW4wjtJkRrZ865Meb 5sdYNLKWl35JNe/7M3hJ33aJHh6YGql/RIwWMuVLo2tYXU6mHmI9+ew0UjM9hVic2Bac MDt5R4WK4cvRaIbnXNGeiFQeIW7YY9k16+Ml+vMsDSh1BmJ4CKJe04b4XP797cAWGaYl fPdvDvROcFPXzsZkWH9cYtSZC8GinBTl7EBsaumKGxiFemA51p7YivOouVpHj3019CB6 FYh5fx6PT154BcF0zTS7UdNdRkVGpHVoQUUPSdE12lLZSzNjmHanR2G2iTizVshN4cil cu/g== X-Received: by 10.60.63.73 with SMTP id e9mr15402169oes.87.1365432213299; Mon, 08 Apr 2013 07:43:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.65.167 with HTTP; Mon, 8 Apr 2013 07:43:12 -0700 (PDT) X-Originating-IP: [93.172.123.88] From: Ohad Ben-Cohen Date: Mon, 8 Apr 2013 17:43:12 +0300 Message-ID: Subject: [GIT PULL] an hwspinlock fix for 3.9 To: Linus Torvalds X-Gm-Message-State: ALoCoQkrHhYVjIWaKPZDYbL3XwhguX7RBjOKqIpoz2MW7WU1Xu8eoEaPoAlEw5QFkQ/NUnOlkNwr X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130408_104335_787965_7DBC1B5F X-CRM114-Status: UNSURE ( 6.62 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.219.46 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Li Fei , "linux-omap@vger.kernel.org" , "linux-kernel@vger.kernel.org" , linux-arm X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9: Linux 3.9-rc2 (2013-03-10 16:54:19 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git tags/hwspinlock-3.9-fix for you to fetch changes up to c10b90d85a5126d25c89cbaa50dc9fdd1c4d001a: hwspinlock: fix __hwspin_lock_request error path (2013-04-05 17:45:11 +0300) ---------------------------------------------------------------- An hwspinlock fix from Li Fei, taking care of a faulty error path. ---------------------------------------------------------------- Li Fei (1): hwspinlock: fix __hwspin_lock_request error path drivers/hwspinlock/hwspinlock_core.c | 2 ++ 1 file changed, 2 insertions(+)