Jeff Epler wrote:
> diff --git a/src/hal/drivers/mesa-hostmot2/hm2_7i43.c 
> b/src/hal/drivers/mesa-hostmot2/hm2_7i43.c
> index 9a513c6..63088ad 100644
> --- a/src/hal/drivers/mesa-hostmot2/hm2_7i43.c
> +++ b/src/hal/drivers/mesa-hostmot2/hm2_7i43.c
> @@ -312,9 +312,9 @@ int hm2_7i43_program_fpga(hm2_lowlevel_io_t *this, const 
> bitfile_t *bitfile) {
>  
>          if (duration_ns != 0) {
>              THIS_INFO(
> -                "%d bytes of firmware sent (%u KB/s)\n",
> +                "%d bytes of firmware sent in %uns\n",
>                  bitfile->e.size,
> -                (uint32_t)(((double)bitfile->e.size / ((double)duration_ns / 
> (double)(1000 * 1000 * 1000))) / 1024)
> +                duration_ns
>              );
>          }
>      }

Looks good to me.


-- 
Sebastian Kuzminsky

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to