aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/linux/atheros/patches-3.10/141-redboot_partition_scan.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.10/141-redboot_partition_scan.patch b/target/linux/atheros/patches-3.10/141-redboot_partition_scan.patch
index c255baf8c6..4db94a161b 100644
--- a/target/linux/atheros/patches-3.10/141-redboot_partition_scan.patch
+++ b/target/linux/atheros/patches-3.10/141-redboot_partition_scan.patch
@@ -7,7 +7,7 @@
+ buf = vmalloc(master->erasesize);
+ if (!buf)
+ return -ENOMEM;
-+
++
+ restart:
if ( directory < 0 ) {
offset = master->size + directory * master->erasesize;