From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sat, 29 Sep 2012 17:19:53 +0200 Subject: [U-Boot] [PATCH] cmd_fat.c: fix build warning In-Reply-To: <20120929131413.15082afb@wker> References: <20120929123236.5065f1a4@lilith> <1348915975-18500-1-git-send-email-agust@denx.de> <20120929131413.15082afb@wker> Message-ID: <20120929171953.32da1e2f@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Anatolij, On Sat, 29 Sep 2012 13:14:13 +0200, Anatolij Gustschin wrote: > On Sat, 29 Sep 2012 12:52:55 +0200 > Anatolij Gustschin wrote: > > > Commit cfda5aeab89d73779e26f0d34cf10f64caa67431 > > (cmd_fat: use common get_device_and_partition function) > > introduced a warning: > > cmd_fat.c: In function 'do_fat_fswrite': > > cmd_fat.c:178:8: warning: unused variable 'ep' [-Wunused-variable] > > > > Fix it. > > > > Signed-off-by: Anatolij Gustschin > > --- > > common/cmd_fat.c | 1 - > > 1 files changed, 0 insertions(+), 1 deletions(-) > > Reported-by: Albert ARIBAUD > > I forgot to add attribution tag, so resending. patchwork hopefully > will add it when picking the patch. For the record, it fixes the build issue. As the fix is trivial, Tested-by: Albert ARIBAUD > Thanks, > Anatolij Amicalement, -- Albert.