From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 12 Sep 2016 12:48:25 -0600 Subject: [U-Boot] [PATCH 1/4] fs/fat: Remove two statements without effect In-Reply-To: References: <20160911205142.4259-1-stefan.bruens@rwth-aachen.de> 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 09/11/2016 02:51 PM, Stefan Br?ns wrote: > fatlength is a local variable which is no more used after the assignment. > s_name is not used in the function, save the strncpy. The series, Acked-by: Stephen Warren