lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 27 Jul 2010 20:22:47 +0530
From:	Rabin Vincent <rabin@....in>
To:	Joonyoung Shim <jy0922.shim@...sung.com>
Cc:	linux-kernel@...r.kernel.org, sameo@...ux.intel.com,
	broonie@...nsource.wolfsonmicro.com, lrg@...mlogic.co.uk,
	akpm@...ux-foundation.org, a.zummo@...ertech.it,
	gortmaker@...oo.com, kyungmin.park@...sung.com,
	m.szyprowski@...sung.com
Subject: Re: [PATCH 3/3] rtc: Add MAX8998 rtc driver

On Tue, Jul 20, 2010 at 03:57:38PM +0900, Joonyoung Shim wrote:
> diff --git a/drivers/mfd/max8998.c b/drivers/mfd/max8998.c
> index 7e4489f..0612851 100644
> --- a/drivers/mfd/max8998.c
> +++ b/drivers/mfd/max8998.c
> @@ -30,9 +30,12 @@
>  #include <linux/mfd/max8998.h>
>  #include <linux/mfd/max8998-private.h>
>  
> +#define RTC_I2C_ADDR		(0x0c >> 1)
> +
>  static struct mfd_cell max8998_devs[] = {
>  	{
>  		.name = "max8998-pmic",
> +		.name = "max8998-rtc",
>  	}
>  };

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

Powered by blists - more mailing lists