Cosmetic fixes of the code.
Signed-off-by: Erik Tideman <[email protected]>
---
disk/part.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/disk/part.c b/disk/part.c
index 70a38c2..ab628e0 100644
--- a/disk/part.c
+++ b/disk/part.c
@@ -493,13 +493,13 @@ int get_device(const char *ifname, const char
*dev_hwpart_str,
goto cleanup;
}
- /*
- * Updates the partition table for the specified hw partition.
- * Does not need to be done for hwpart 0 since it is default and
- * already loaded.
- */
+ /*
+ * Updates the partition table for the specified hw partition.
+ * Does not need to be done for hwpart 0 since it is default and
+ * already loaded.
+ */
if(hwpart != 0)
- init_part(*dev_desc);
+ init_part(*dev_desc);
cleanup:
free(dup_str);
--
2.5.0
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot