On Tue, Apr 01, 2014 at 09:52:12AM -0300, Guido Martínez wrote:
> @@ -2205,11 +2203,8 @@ bool BBbVT3253Init(PSDevice pDevice)
>               //}}
>               bResult &= BBbWriteEmbedded(dwIoBase, 0xb0, 0x58);
>  
> -             for (ii = 0; ii < CB_VT3253B0_AGC; ii++) {
> +             for (ii = 0; ii < CB_VT3253B0_AGC; ii++)
>                       bResult &= BBbWriteEmbedded(dwIoBase, 
> byVT3253B0_AGC[ii][0], byVT3253B0_AGC[ii][1]);
> -             }

This isn't "deleting dead code".  Do it in a separate patch.

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
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