Re: [PATCH 3/3] rtc: Add MAX8998 rtc driver

From: Rabin Vincent
Date: Tue Jul 27 2010 - 10:54:11 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/