Re: [PATCH] drivers/media: nuvoton: fix chip id probe v2

2010-11-19 Thread Jarod Wilson
On Fri, Nov 19, 2010 at 09:42:40PM +0100, Nicolas Kaiser wrote: > Make sure we have a matching chip id high and one or the other > of the chip id low values. > Print the values if the probe fails. > > Signed-off-by: Nicolas Kaiser That works for me, thanks much. Acked-by: Jarod Wilson -- Jar

[PATCH] drivers/media: nuvoton: fix chip id probe v2

2010-11-19 Thread Nicolas Kaiser
Make sure we have a matching chip id high and one or the other of the chip id low values. Print the values if the probe fails. Signed-off-by: Nicolas Kaiser --- drivers/media/IR/nuvoton-cir.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/media/IR/nuvoton-

Re: [PATCH] drivers/media: nuvoton: fix chip id probe

2010-11-19 Thread Jarod Wilson
On Wed, Nov 17, 2010 at 11:35:25AM +0100, Nicolas Kaiser wrote: > Make sure we have a matching chip id high and one or the other > of the chip id low values. > Print the values if the probe fails. > > Signed-off-by: Nicolas Kaiser > --- > Like this? > Supersedes patch "drivers/media: nuvoton: alw

[PATCH] drivers/media: nuvoton: fix chip id probe

2010-11-17 Thread Nicolas Kaiser
Make sure we have a matching chip id high and one or the other of the chip id low values. Print the values if the probe fails. Signed-off-by: Nicolas Kaiser --- Like this? Supersedes patch "drivers/media: nuvoton: always true expression". drivers/media/IR/nuvoton-cir.c |7 +-- 1 files c