Re: [PATCH 1/3] mfd: Added new regulator_data pointer to ab8500 board configuration

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mark Brown
Date: Tuesday, November 23, 2010 - 11:30 am

On Tue, Nov 23, 2010 at 07:25:52PM +0100, Bengt Jonsson wrote:


Adding something completely typesafe seems like a real loss - if you
want to point to something else at least point to a particular type -
eg, 

struct foo;

struct pdata {
	int other_stuff;
	struct foo *foo;
};


It'd also help if you could articulate the problem you see with the
current approach...
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/3] regulators: Update of ab8500 driver, Bengt Jonsson, (Tue Nov 23, 11:25 am)
[PATCH 2/3] regulators: Update of ab8500 driver, Bengt Jonsson, (Tue Nov 23, 11:25 am)
Re: [PATCH 1/3] mfd: Added new regulator_data pointer to a ..., Mark Brown, (Tue Nov 23, 11:30 am)
Re: [PATCH 2/3] regulators: Update of ab8500 driver, Mark Brown, (Tue Nov 23, 11:38 am)
Re: [PATCH 2/3] regulators: Update of ab8500 driver, Bengt Jonsson, (Wed Nov 24, 12:57 am)
Re: [PATCH 2/3] regulators: Update of ab8500 driver, Mark Brown, (Wed Nov 24, 3:48 am)
Re: [PATCH 2/3] regulators: Update of ab8500 driver, Bengt Jonsson, (Wed Nov 24, 5:11 am)