[V2 PATCH 06/10] of/drivers: Always use struct device.of_node to get node pointer

Grant Likely grant.likely at secretlab.ca
Fri Mar 19 03:24:05 EST 2010


On Thu, Mar 18, 2010 at 9:58 AM, Jochen Friedrich <jochen at scram.de> wrote:
> Hi Grant,
>
>> The following structure elements duplicate the information in
>> 'struct device.of_node' and so are being eliminated.  This patches
>> makes all readers of the following elements use device.of_node instead.
>>
>> struct dev_archdata.prom_node (sparc)
>> struct dev_archdata.of_node (powerpc)
>> struct of_device.node
>>
>> Signed-off-by: Grant Likely <grant.likely at secretlab.ca>
>> ---
>>
>>  drivers/i2c/busses/i2c-ibm_iic.c              |    4 ++--
>>  drivers/i2c/busses/i2c-mpc.c                  |   17 ++++++++-------
>
> drivers/i2c/busses/i2c-cpm.c is missing in this patch.

Good catch, Thanks.

g.


More information about the Linuxppc-dev mailing list