Re: [DVB patch 14/54] frontend: s5h1420: fixes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 9/4/05, Johannes Stezenbach <[email protected]> wrote:
> From: Andrew de Quincey <[email protected]>
> 
> Misc. fixes.

<snip>

> --- linux-2.6.13-git4.orig/drivers/media/dvb/frontends/s5h1420.c        2005-09-04 22:24:24.000000000 +0200
> +++ linux-2.6.13-git4/drivers/media/dvb/frontends/s5h1420.c     2005-09-04 22:28:04.000000000 +0200

@@ -138,16 +146,17 @@ static int s5h1420_send_master_cmd (stru

<snip>

>         /* wait for transmission to complete */
>         timeout = jiffies + ((100*HZ) / 1000);

<snip>

> @@ -236,7 +246,7 @@ static int s5h1420_send_burst (struct dv
>         s5h1420_writereg(state, 0x3b, s5h1420_readreg(state, 0x3b) | 0x08);
> 
>         /* wait for transmission to complete */
> -       timeout = jiffies + ((20*HZ) / 1000);
> +       timeout = jiffies + ((100*HZ) / 1000);

Should these be

timeout = jiffies + msecs_to_jiffies(100);

?

Thanks,
Nish
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]
  Powered by Linux