Hi,

On 10/12/2016 at 23:50:44 +0200, Vesa Jääskeläinen wrote :

Please add a short commit message here.

> Signed-off-by: Vesa Jääskeläinen <vesa.jaaskelai...@vaisala.com>
> ---
>  drivers/rtc/rtc-tps65910.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/rtc/rtc-tps65910.c b/drivers/rtc/rtc-tps65910.c
> index aafa716..a86b79a 100644
> --- a/drivers/rtc/rtc-tps65910.c
> +++ b/drivers/rtc/rtc-tps65910.c
> @@ -47,7 +47,8 @@ struct tps65910_rtc {
>  /* Multiplier for ppb conversions */
>  #define PPB_MULT     (1000000000LL)
>  
> -static int tps65910_rtc_alarm_irq_enable(struct device *dev, unsigned 
> enabled)
> +static int tps65910_rtc_alarm_irq_enable(struct device *dev,
> +                                      unsigned int enabled)
>  {
>       struct tps65910 *tps = dev_get_drvdata(dev->parent);
>       u8 val = 0;
> -- 
> 2.1.4
> 

-- 
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

-- 
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
--- 
You received this message because you are subscribed to the Google Groups 
"rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rtc-linux+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to