[PATCH] [POWERPC] remove build warnings in windfarm_core

Will Schmidt will_schmidt at vnet.ibm.com
Thu May 17 00:10:06 EST 2007


On Wed, 2007-16-05 at 11:24 +1000, Stephen Rothwell wrote:

> -	device_create_file(&wf_platform_device.dev, &new_ct->attr);
> +	if (device_create_file(&wf_platform_device.dev, &new_ct->attr))
> +		printk(KERN_WARNING "windfarm: device_creat_file failed"

Hi Stephen, 

s/creat_/create_/


-Will




More information about the Linuxppc-dev mailing list