From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 16 Oct 2015 09:40:51 -0700 From: Brian Norris To: Ray Jui Cc: Anup Patel , David Woodhouse , linux-mtd@lists.infradead.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Catalin Marinas , Will Deacon , Scott Branden , Florian Fainelli , Pramod KUMAR , Vikram Prakash , Sandeep Tripathy , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com Subject: Re: [PATCH v2 1/4] mtd: brcmnand: Fix pointer type-cast in brcmnand_write() Message-ID: <20151016164051.GE108923@google.com> References: <1444986537-28387-1-git-send-email-anup.patel@broadcom.com> <1444986537-28387-2-git-send-email-anup.patel@broadcom.com> <56211976.1030401@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56211976.1030401@broadcom.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Oct 16, 2015 at 08:36:22AM -0700, Ray Jui wrote: > Correct me if I remember it wrong, but I thought this patch has already > been merged by Brian? You are correct. Anup, Please base MTD patches on the MTD development tree (i.e., l2-mtd.git): http://linux-mtd.infradead.org/source.html (In this case it's no problem; I'll just ignore the first two patches.) Brian