usbd: remove compiler warnings
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 3 Dec 2010 04:44:13 +0000 (13:44 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 3 Dec 2010 04:44:13 +0000 (13:44 +0900)
commit74e963ab54870ed2a7a40d1dca6ac89d351c6386
tree9d5aef7ca2ffbd10327b171b98e46bc81f736d25
parentb7e9c796a6cb1d490fe1a4422d2999ee8ccf3bbe
usbd: remove compiler warnings

cmd_usbd.c: In function 'write_fat_file':
cmd_usbd.c:745: warning: passing argument 2 of 'file_fat_write' makes pointer from integer without a cast
/home/share/Work/u-boot-merge/include/fat.h:220: note: expected 'void *' but argument is of type 'long unsigned int'
cmd_usbd.c: At top level:
cmd_usbd.c:168: warning: 'run_cmd' defined but not used
cmd_usbd.c: In function 'do_usbd_down':

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
common/cmd_usbd.c