From: Antti Palosaari Date: Thu, 7 Mar 2013 22:22:52 +0000 (-0300) Subject: [media] af9035: change dual mode boolean to bit field X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~81^2~357 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70375ecc452128d855f89e04b31a0961501cc153;p=pandora-kernel.git [media] af9035: change dual mode boolean to bit field For some reason there seems to be value 0x03 in eeprom for dual mode (and 0x00 for single mode). Boolean is not always 1 bit wide - it could be 8 bit wide too. Storing number 0x03 to boolean causes driver to thing there is 4 tuners in some cases :o Add also some comments regarding to eeprom. Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed