Re: [PATCH 1/3] mfd: allow mfd_cell association with device tree node

From: Mark Brown
Date: Tue Sep 27 2011 - 14:38:41 EST


On Tue, Sep 27, 2011 at 07:28:40PM +0100, Daniel Drake wrote:
> On Tue, Sep 27, 2011 at 7:26 PM, Mark Brown

> > That seems like a bug that just happened to get noticed while reviewing
> > this change, though...

> Sorry if I'm missing something obvious but I'm not seeing the issue.
> What exactly is this bug and what effects could it cause?

You're modifying global data which should really be const and is shared
between multiple devices in place. Probably you'll not notice any
practical effects, especially if you don't happen to have multiple
devices in the same system.
--
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/