http://www.usr.com/support/gpl/USR9107_release1.1.tar.gz
[bcm963xx.git] / bcmdrivers / opensource / char / board / bcm963xx / impl1 / bcm63xx_flash.c
index d55d6c0..5006790 100755 (executable)
@@ -574,8 +574,7 @@ int kerSysBcmImageSet( int flash_start_addr, char *string, int size)
         }
         
         if ((i = flash_write_buf(blk_start, 0, string, sect_size)) != sect_size) {
-          printk("flash image error.\n"); 
-           break;
+            break;
         }
         blk_start++;
         string += sect_size;