[PATCH] fsl_spi_init: Support non-QE processors
Kumar Gala
galak at kernel.crashing.org
Sat Oct 6 00:11:12 EST 2007
On Oct 3, 2007, at 11:01 PM, Stephen Rothwell wrote:
> On Wed, 03 Oct 2007 17:43:50 +0200 Peter Korsgaard
> <jacmet at sunsite.dk> wrote:
>>
>> @@ -1220,14 +1220,17 @@ int __init fsl_spi_init(struct
>> spi_board_info *board_infos,
>> {
>> struct device_node *np;
>> unsigned int i;
>> - const u32 *sysclk;
>> + const u32 *qe_sysclk = 0, *soc_sysclk = 0;
>
> Please use NULL when referring to pointers.
Peter, any chance of getting a respin. I'd like this to go into 2.6.24.
- k
More information about the Linuxppc-dev
mailing list