From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752074AbbJRTKl (ORCPT ); Sun, 18 Oct 2015 15:10:41 -0400 Received: from giles.leenox.de ([5.9.156.120]:51038 "EHLO mail.leenox.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751889AbbJRTKj (ORCPT ); Sun, 18 Oct 2015 15:10:39 -0400 Date: Sun, 18 Oct 2015 21:14:31 +0200 From: Tillmann Heidsieck To: punit vara Cc: Greg KH , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Julia Lawall , Sudip Mukherjee , Dan Carpenter , Larry Finger , linux-kernel-owner@vger.kernel.org Subject: Re: [PATCH v2 4/4] Staging: rtl8712: fix warning for placing constant on the right side of test Message-ID: <20151018191431.GA5242@themis.lan> References: <1444847155-11243-1-git-send-email-punitvara@gmail.com> <1444847155-11243-5-git-send-email-punitvara@gmail.com> <20151017051635.GA3074@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 18, 2015 at 08:54:57PM +0200, Tillmann Heidsieck wrote: > Hi, [...] > Greg is probably trying to apply this series to the staging-next branch of > his staging tree[0] > so you need to clone that one, or add it as an additional remote[1] to your > clone of the kernel tree (much better option IMHO). After this you need to > rebase[2] your changes onto the stating-next branch, fix up all conflicts in > your code, and resend the patch. > > I hope this helps > > Tillmann > > [0] https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git > [1] https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes > [2] https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git ups, got bitten by my missing c'n'p prowess [2] https://www.kernel.org/pub/software/scm/git/docs/git-rebase.html