Code cleanup: fix old style assignment ambiguities like "=-" etc.

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2008-07-14 15:19:07 +02:00
parent d7854223c5
commit d0ff51ba5d
31 changed files with 65 additions and 65 deletions

View file

@ -32,7 +32,7 @@
#include <usb.h>
#ifdef CONFIG_USB_STORAGE
static int usb_stor_curr_dev=-1; /* current device */
static int usb_stor_curr_dev = -1; /* current device */
#endif
/* some display routines (info command) */