From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755237AbaE2SVu (ORCPT ); Thu, 29 May 2014 14:21:50 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42847 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751157AbaE2SVr (ORCPT ); Thu, 29 May 2014 14:21:47 -0400 Date: Thu, 29 May 2014 11:25:24 -0700 From: Greg Kroah-Hartman To: Barry Song Cc: Daniel Thompson , LKML , "linux-arm-kernel@lists.infradead.org" , patches@linaro.org, linaro-kernel@lists.linaro.org, Jiri Slaby , Qipan Li , "linux-serial@vger.kernel.org" Subject: Re: [PATCH tty-next] serial: sirf: Fix compilation failure Message-ID: <20140529182524.GA22969@kroah.com> References: <1396010535-2654-1-git-send-email-daniel.thompson@linaro.org> <1401358423-31532-1-git-send-email-daniel.thompson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 29, 2014 at 08:14:02PM +0800, Barry Song wrote: > 2014-05-29 18:13 GMT+08:00 Daniel Thompson : > > After 07d410e0) serial: sirf: fix spinlock deadlock issue it is no longer > > possiblet to compile this driver. The rename of one of the spinlocks is > > faulty. After looking at the original patch I believe this is the correct > > fix. > > > > Compile tested using ARM's multi_v7_defconfig > > > > Cc: Greg Kroah-Hartman > > Cc: Jiri Slaby > > Cc: Barry Song > > Cc: Qipan Li > > Cc: linux-serial@vger.kernel.org > > Signed-off-by: Daniel Thompson > > Qipan prepared a same patch to fix this. Why didn't he send it?