Re: [patch 5/5] TI OMAP driver

From: Tony Lindgren
Date: Fri Oct 21 2005 - 11:36:49 EST


* Deepak Saxena <dsaxena@xxxxxxxxxxx> [051019 12:45]:
> On Oct 19 2005, at 11:36, Eric Piel was caught saying:
> > >+static int omap_rng_suspend(struct device *dev, pm_message_t message, u32
> > >level)
> > >+{
> > >+ omap_rng_write_reg(RNG_MASK_REG, 0x0);
> > >+
> > >+ return 0;
> > >+}
> > >+
> > >+static int omap_rng_suspend(struct device *dev, pm_message_t message, u32
> > >level)
> > >+{
> > >+ omap_rng_write_reg(RNG_MASK_REG, 0x1);
> > >+
> > >+ return 1;
> > >+}
> > Probably one of them should be called omap_rng_resume() ?
> >
> > Eric
>
> Tnx!
>
> ~Deepak

Cool, works on OMAP OSK after renaming the function above.

Tony
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/