[PATCH] staging: rts_pstor: MSXC card power class

Dan Carpenter error27 at gmail.com
Mon Mar 7 18:50:01 UTC 2011


On Mon, Mar 07, 2011 at 04:11:01PM +0800, wei_wang at realsil.com.cn wrote:
>  #ifdef XC_POWERCLASS
> -	u8 change_power_class = 2;
> +	u8 change_power_class;
> +
> +	if (chip->ms_power_class_en & 0x02) {
> +		change_power_class = 2;
> +	} else if (chip->ms_power_class_en & 0x01) {
> +		change_power_class = 1;
> +	} else {
> +		change_power_class = 0;
> +	}

This makes scripts/checkpatch.pl complain.

regards,
dan carpenter





More information about the devel mailing list