]> git.karo-electronics.de Git - linux-beck.git/commit
mfd: Remove unused variable from da9052_device_init
authorKrzysztof Wilczynski <krzysztof.wilczynski@linux.com>
Fri, 29 Jun 2012 11:14:15 +0000 (13:14 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 8 Jul 2012 22:16:07 +0000 (00:16 +0200)
commit8517690f31a5d36cf1a55099cfb0bc1d96d0e6f2
tree021f7aaf8f069ac32c3e6c46c82587d3aca41faa
parentae85f12c66dd9982486976fce08ab9475d1c5c4e
mfd: Remove unused variable from da9052_device_init

This is to address the following warning during compilation time:

  drivers/mfd/da9052-core.c: In function ‘da9052_device_init’:
  drivers/mfd/da9052-core.c:646: warning: unused variable ‘desc’

This variable is indeed no longer in use (change can be traced back
to commit: 8614419451d88bf99fff7f5e468fe45f8450891e).

Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/da9052-core.c