git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44fd0b6
)
[media] ati_remote: fix check for a weird byte
author
Anssi Hannula
<anssi.hannula@iki.fi>
Sat, 6 Aug 2011 21:18:10 +0000
(18:18 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Thu, 22 Sep 2011 13:52:35 +0000
(10:52 -0300)
The ati_remote_dump() function tries to not print "Weird byte" warning
for 1-byte responses that contain 0xff or 0x00, but it doesn't work
properly as it simply falls back to the "Weird data" warning in the else
clause.
Fix that by adding an inner if clause.
Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found