From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754127AbcAECaW (ORCPT ); Mon, 4 Jan 2016 21:30:22 -0500 Received: from mail-pf0-f171.google.com ([209.85.192.171]:34732 "EHLO mail-pf0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753949AbcAECaS (ORCPT ); Mon, 4 Jan 2016 21:30:18 -0500 Date: Mon, 4 Jan 2016 18:30:15 -0800 From: Brian Norris To: linux-mtd@lists.infradead.org Cc: linux-kernel@vger.kernel.org, Daniel Kurtz , Marek Vasut , Bayi Cheng , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Felix Fietkau , Eddie Huang =?utf-8?B?KOm7g+aZuuWCkSk=?= , Milton Chiang =?utf-8?B?KOaxn+aYjuaZjyk=?= Subject: Re: [PATCH for-4.4 2/2] mtd: spi-nor: fix stm_is_locked_sr() parameters Message-ID: <20160105023015.GG109450@google.com> References: <1450205301-32207-1-git-send-email-computersforpeace@gmail.com> <1450205301-32207-2-git-send-email-computersforpeace@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1450205301-32207-2-git-send-email-computersforpeace@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 15, 2015 at 10:48:21AM -0800, Brian Norris wrote: > stm_is_locked_sr() takes the status register (SR) value as the last > parameter, not the second. > > Reported-by: Bayi Cheng > Signed-off-by: Brian Norris > Cc: Bayi Cheng Bayi, Do you care to provide your Tested-by? I might get this into 4.4 as a fix. Brian