Re: [PATCH] staging: rts_pstor: MSXC card power class

From: Dan Carpenter
Date: Mon Mar 07 2011 - 13:50:33 EST


On Mon, Mar 07, 2011 at 04:11:01PM +0800, wei_wang@xxxxxxxxxxxxxx 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


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