OSDN Git Service

[media] s5p-jpeg: Get rid of a warning
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 26 Aug 2014 14:23:58 +0000 (11:23 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 26 Aug 2014 21:52:15 +0000 (18:52 -0300)
commitc438269948c420518101a836b526f71d389f80dd
tree3d6bf67864d8aa4d499c29582d00fe0ae9781bcb
parentb91677ad098b7452b03b7a21d195269520f3522d
[media] s5p-jpeg: Get rid of a warning

drivers/media/platform/s5p-jpeg/jpeg-hw-s5p.c: In function 's5p_jpeg_clear_int':
drivers/media/platform/s5p-jpeg/jpeg-hw-s5p.c:327:16: warning: variable 'reg' set but not used [-Wunused-but-set-variable]
  unsigned long reg;
                ^

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/s5p-jpeg/jpeg-hw-s5p.c