From 9bc1022f51e20af7e2aab58aae108fe976a5d00a Mon Sep 17 00:00:00 2001 From: Shuah Khan Date: Mon, 12 Jan 2015 23:56:55 -0300 Subject: [PATCH] [media] media: fix au0828 compile error from au0828_boards initialization MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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: Shuah Khan Acked-by: Lad, Prabhakar Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed