From: Mauro Carvalho Chehab Date: Fri, 21 Jun 2013 14:19:10 +0000 (-0300) Subject: [media] pvrusb2: Remove unused variable X-Git-Tag: v3.11-rc1~17^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=746cb2c31f7d88bac5453e3af45d95670a00ffe8;p=pandora-kernel.git [media] pvrusb2: Remove unused variable drivers/media/usb/pvrusb2/pvrusb2-v4l2.c: In function 'pvr2_v4l2_dev_init': drivers/media/usb/pvrusb2/pvrusb2-v4l2.c:1268:21: warning: variable 'usbdev' set but not used [-Wunused-but-set-variable] This warning is due to changeset a28fbd04facb, with removed the usage of usbdev inside pvr2_v4l2_dev_init(). Signed-off-by: Mauro Carvalho Chehab Cc: Hans Verkuil Cc: Mike Isely --- Reading git-diff-tree failed