Re: [PATCH v3 1/3] media: fix au0828 compile error from au0828_boards initialization

2015-01-22 Thread Lad, Prabhakar
Hi Shuah, Thanks for the patch. On Tue, Jan 13, 2015 at 2:56 AM, Shuah Khan wrote: > au0828 picked up UNSET from videobuf-core.h and fails to compile > if videobuf-core.h isn't included. Change it to use -1U instead > to fix the problem. > > drivers/media/usb/au0828/au0828-cards.c:47:17: err

[PATCH v3 1/3] media: fix au0828 compile error from au0828_boards initialization

2015-01-12 Thread Shuah Khan
au0828 picked up UNSET from videobuf-core.h and fails to compile if videobuf-core.h isn't included. Change it to use -1U instead to fix the problem. drivers/media/usb/au0828/au0828-cards.c:47:17: error: ‘UNSET’ undeclared here (not in a function) .tuner_type = UNSET, Signed-off-by: Sh