From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 1 Aug 2018 23:26:00 +0200 Subject: [U-Boot] [PATCH v3 04/13] regmap: Improve error handling In-Reply-To: <20180731100110.4852-4-mario.six@gdsys.cc> References: <20180731100110.4852-1-mario.six@gdsys.cc> <20180731100110.4852-4-mario.six@gdsys.cc> Message-ID: <20180801232600.10393b1b@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 31 Jul 2018 12:01:01 +0200 Mario Six mario.six at gdsys.cc wrote: > ofnode_read_simple_addr_cells may fail and return a negative error code. > Check for this when initializing regmaps. > > Also check if both_len is zero, since this is perfectly possible, and > would lead to a division-by-zero further down the line. > > Signed-off-by: Mario Six Reviewed-by: Anatolij Gustschin