]> git.baikalelectronics.ru Git - kernel.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)
commit00ed2bad8e434af76f6fd76b03c1c0acd6a548a2
tree021f7aaf8f069ac32c3e6c46c82587d3aca41faa
parenta20348d558760257044a6e2b5791a861ee6a3e96
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: 631e76684873422d4887b28dbeaa950d92e4c180).

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