On Mon, Aug 26, 2013 at 05:10:08PM +0200, Iker Pedrosa wrote:
> @@ -926,7 +928,8 @@ static void Set_ChanIndep_RfData_al7230_24(struct hw_data 
> *pHwData, u32 *pltmp,
>       u8      i;
>       for (i = 0; i < number; i++) {
>               pHwData->phy_para[i] = al7230_rf_data_24[i];
> -             pltmp[i] = (1 << 31) | (0 << 30) | (24 << 24) | 
> (al7230_rf_data_24[i] & 0xffffff);
> +             pltmp[i] = (1 << 31) | (0 << 30) | (24 << 24)
> +                                | (al7230_rf_data_24[i] & 0xffffff);

It's always a bit hard for me to know how picky to be.  Normally the '|'
would be on the first line here.

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to