]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
media: atmel-isc: get rid of an unused var
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 31 Oct 2017 09:32:02 +0000 (05:32 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 31 Oct 2017 09:32:02 +0000 (05:32 -0400)
commitec62464e83beacd8b8856e8313a4cae4a91ea90b
treeeef33b878449f71cc0dedf7fc40a0069224b5116
parentc62cf662a2cbaa1f5ad2a5e1998b4662ed15a316
media: atmel-isc: get rid of an unused var

drivers/media/platform/atmel/atmel-isc.c: In function 'isc_async_complete':
drivers/media/platform/atmel/atmel-isc.c:1900:28: warning: variable 'sd_entity' set but not used [-Wunused-but-set-variable]
  struct isc_subdev_entity *sd_entity;
                            ^~~~~~~~~

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/atmel/atmel-isc.c