[PATCH 2/3] powerpc: implement arch_setup_pdev_archdata

Kumar Gala galak at kernel.crashing.org
Fri Aug 6 02:14:57 EST 2010


On Aug 5, 2010, at 10:44 AM, Stephen Rothwell wrote:

> Hi Kumar,
> 
> On Thu,  5 Aug 2010 10:15:46 -0500 Kumar Gala <galak at kernel.crashing.org> wrote:
>> 
>> +static inline void arch_setup_pdev_archdata(struct platform_device *pdev)
>> +{
>> +	pdev->dev.dma_mask = &pdev->archdata.dma_mask;
>> +
>> +	return;
>> +}
> 
> The blank line and "return;" don't add anything.

Will fix.

- k


More information about the Linuxppc-dev mailing list