Hi Denys,

On Thu, Sep 13, 2012 at 02:07:08PM +0300, Baruch Siach wrote:
> Signed-off-by: Baruch Siach <[email protected]>

Ping.

The first two patches in this series fix bugs that are present since the 
initial implementation of nanddump in Busybox. The third one make nanddump 
compatible with upstream changes.

> ---
>  miscutils/nandwrite.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/miscutils/nandwrite.c b/miscutils/nandwrite.c
> index c636a5a..a934334 100644
> --- a/miscutils/nandwrite.c
> +++ b/miscutils/nandwrite.c
> @@ -162,7 +162,7 @@ int nandwrite_main(int argc UNUSED_PARAM, char **argv)
>               tmp = next_good_eraseblock(fd, &meminfo, blockstart);
>               if (tmp != blockstart) {
>                       /* bad block(s), advance mtdoffset */
> -                     if (IS_NANDDUMP & !(opts & OPT_b)) {
> +                     if (IS_NANDDUMP && !(opts & OPT_b)) {
>                               int bad_len = MIN(tmp, end_addr) - mtdoffset;
>                               dump_bad(&meminfo, bad_len, !(opts & OPT_o));
>                       }
> -- 
> 1.7.10.4
> 

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - [email protected] - tel: +972.2.679.5364, http://www.tkos.co.il -
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to