Re: [PATCH 2/3] powerpc: implement arch_setup_pdev_archdata

From: Kumar Gala
Date: Thu Aug 05 2010 - 12:15:26 EST



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@xxxxxxxxxxxxxxxxxxx> 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--
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/