From: Mauro Carvalho Chehab Date: Fri, 15 Jul 2011 11:49:06 +0000 (-0300) Subject: Revert "[media] DVB: dvb_frontend: off by one in dtv_property_dump()" X-Git-Tag: v3.1-rc1~116^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=106ff9e013f60e2f40687d4f8b43c164873b5544;p=pandora-kernel.git Revert "[media] DVB: dvb_frontend: off by one in dtv_property_dump()" This reverts commit a3e4adf274f86b2363fedaa964297cb38526cef0. As pointed by Andread Oberritter : That's wrong, because the array size is DTV_MAX_COMMAND + 1. Using the ARRAY_SIZE macro instead might reduce the confusion. Also, changeset 3995223038 already fixed this issue. Reported-by: Andread Oberritter Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed