]> Git Repo - J-u-boot.git/commitdiff
cmd_fat.c: fix build warning
authorAnatolij Gustschin <[email protected]>
Sat, 29 Sep 2012 00:52:55 +0000 (00:52 +0000)
committerTom Rini <[email protected]>
Sat, 29 Sep 2012 17:00:29 +0000 (10:00 -0700)
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 <[email protected]>
Reported-by: Albert ARIBAUD <[email protected]>
Tested-by: Albert ARIBAUD <[email protected]>
common/cmd_fat.c

index 55585c6cf4b0ec9aad0d962cf775de2f46fbed21..5a5698b056cf013784e21421906a31f05725aa19 100644 (file)
@@ -175,7 +175,6 @@ static int do_fat_fswrite(cmd_tbl_t *cmdtp, int flag,
        disk_partition_t info;
        int dev = 0;
        int part = 1;
-       char *ep;
 
        if (argc < 5)
                return cmd_usage(cmdtp);
This page took 0.040434 seconds and 4 git commands to generate.