Revert "[media] DVB: dvb_frontend: off by one in dtv_property_dump()"
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 15 Jul 2011 11:49:06 +0000 (08:49 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:56:02 +0000 (17:56 -0300)
commit106ff9e013f60e2f40687d4f8b43c164873b5544
tree0dfa6f4214ff0cefee2484eac911531e93bc040b
parentbded70d296a976da1b52ff5d7f574551fbc503bb
Revert "[media] DVB: dvb_frontend: off by one in dtv_property_dump()"

This reverts commit a3e4adf274f86b2363fedaa964297cb38526cef0.

As pointed by Andread Oberritter <obi@linuxtv.org>:

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 <obi@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-core/dvb_frontend.c