]> git.sur5r.net Git - u-boot/blobdiff - common/usb_storage.c
POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the...
[u-boot] / common / usb_storage.c
index d263b6c0d0ea61c31cf5d3cb2dd1fc586cfde724..7c08f957752a34e7d8a973f3a2836093439a4be1 100644 (file)
@@ -199,7 +199,7 @@ int usb_stor_info(void)
                }
                return 0;
        }
-       
+
        printf("No storage devices, perhaps not 'usb start'ed..?\n");
        return 1;
 }