Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932254AbbHJPim (ORCPT ); Mon, 10 Aug 2015 11:38:42 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:33703 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753366AbbHJPih (ORCPT ); Mon, 10 Aug 2015 11:38:37 -0400 Message-ID: <55C8C570.9060102@gmail.com> Date: Mon, 10 Aug 2015 21:08:24 +0530 From: Varka Bhadram User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: LIYONG , "alex.aring@gmail.com" , "linux-wpan@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCHv1 bluetooth-next] cc2520: set the default fifo pin value from platform data References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1539 Lines: 48 Yup... :-) Your name in the From (LIYONG) address is different from SOB (Yong Li) address. It should be same, please fix your email-client. On 08/10/2015 12:59 PM, LIYONG wrote: > In case of the device tree support is disabled, the fifo_pin is uninitialized, this > patch will set the fifo_pin value based on platform data > > Signed-off-by: Yong Li > --- > drivers/net/ieee802154/cc2520.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/net/ieee802154/cc2520.c b/drivers/net/ieee802154/cc2520.c > index 613dae5..c5b54a1 100644 > --- a/drivers/net/ieee802154/cc2520.c > +++ b/drivers/net/ieee802154/cc2520.c > @@ -833,6 +833,7 @@ static int cc2520_get_platform_data(struct spi_device *spi, > if (!spi_pdata) > return -ENOENT; > *pdata = *spi_pdata; > + priv->fifo_pin = pdata->fifo; > return 0; > } > > -- > 2.1.0 > > This patch is not applying. Please use 'git format-patch' to generate the patch. And send it by 'git send-email' In your case: git commit -am -s "cc2520: set the default fifo pin value from platform data" git format-patch --subject-prefix="PATCH v2 bluetooth-next" -1 git send-email 0001-.... -- Varka Bhadram. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/