Re: [PATCH 2/3] staging: vt6655: remove dead code

From: Dan Carpenter
Date: Tue Apr 01 2014 - 10:20:27 EST


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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/