aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorDennis Ranke <[email protected]>2007-03-02 06:27:28 -0300
committerMauro Carvalho Chehab <[email protected]>2007-04-27 15:44:09 -0300
commit387e69adff3d441616b45002ff85c5b36001be9e (patch)
tree9d1877b90f6b66fcb3094398852f940e5a81c059 /include/linux/debugobjects.h
parentddc9ece89dbeb374e34772232f5e26f64ce63390 (diff)
V4L/DVB (5373): [PATCH] Hauppauge Nova-T endianess problem on powerpc
When trying to use a Hauppauge Nova-T Stick on a big-endian architecture (such as powerpc) no frontend can be attached. The attached patch fixes this problem by removing two lines in dib0700_ctrl_rd() that try to correct the endianess on two values that already are correct: - /* think about swapping here */ - value = le16_to_cpu(value); - index = le16_to_cpu(index); With this simple patch this dvb hardware works great, thanks to anyone involved for the good work. :) Signed-off-by: Dennis Ranke <[email protected]> Signed-off-by: Patrick Boettcher <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions