On Mon, Mar 07, 2011 at 04:11:01PM +0800, [email protected] 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


_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to