From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 6 Sep 2016 08:23:08 -0600 Subject: [U-Boot] [PATCH v3 6/8] libfdt: simplify fdt_del_mem_rsv() In-Reply-To: <1473167860-27465-7-git-send-email-yamada.masahiro@socionext.com> References: <1473167860-27465-1-git-send-email-yamada.masahiro@socionext.com> <1473167860-27465-7-git-send-email-yamada.masahiro@socionext.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 6 September 2016 at 07:17, Masahiro Yamada wrote: > The variable "err" is unneeded. > > [ Device Tree Compiler commit: 36fd7331fb11276c09a6affc0d8cd4977f2fe100 ] > > Signed-off-by: Masahiro Yamada > Signed-off-by: David Gibson > --- > > Changes in v3: None > > lib/libfdt/fdt_rw.c | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) Acked-by: Simon Glass