[media] ati_remote: fix check for a weird byte
authorAnssi Hannula <anssi.hannula@iki.fi>
Sat, 6 Aug 2011 21:18:10 +0000 (18:18 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 22 Sep 2011 13:52:35 +0000 (10:52 -0300)
commit0224e0401f0b18e1f5fce010558b12fc24257e37
tree001a666bf845e51d63e1e73c52cecbc8f7b304d6
parent44fd0b600fbc21de9d771f0a5db79d24b321fce7
[media] ati_remote: fix check for a weird byte

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>
drivers/media/rc/ati_remote.c
This page took 0.040537 seconds and 5 git commands to generate.