From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gVC9F-0008RN-GH for linux-mtd@lists.infradead.org; Fri, 07 Dec 2018 09:10:16 +0000 From: Boris Brezillon To: Boris Brezillon , Tudor Ambarus , Marek Vasut Cc: Brian Norris , David Woodhouse , linux-mtd@lists.infradead.org, Richard Weinberger Subject: Re: [v3, 4/5] mtd: spi-nor: Make the enable argument passed to set_byte() a bool Date: Fri, 7 Dec 2018 10:10:05 +0100 Message-Id: <20181207091005.16605-1-boris.brezillon@bootlin.com> In-Reply-To: <20181206104120.6280-5-boris.brezillon@bootlin.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2018-12-06 at 10:41:19 UTC, Boris Brezillon wrote: > No need to use an integer when the value is either true or false. > Make it a boolean. > > Signed-off-by: Boris Brezillon > Reviewed-by: Tudor Ambarus Applied to http://git.infradead.org/linux-mtd.git spi-nor/next. Boris