Linus Torvalds 4dcee4d843 mfd: avoid newly introduced compiler warning
Commit b158b69a3765 ("mfd: rtsx: Simplify function return logic")
removed the use of the 'err' variable, but left the variable itself
around, resulting in gcc quite reasonably warning:

    drivers/mfd/rtsx_pcr.c: In function ‘rtsx_pci_set_pull_ctl’:
    drivers/mfd/rtsx_pcr.c:565:6: warning: unused variable ‘err’ [-Wunused-variable]
      int err;
          ^

Get rid of the unused variable, and avoid the new warning.

Cc: Javier Martinez Canillas <javier@osg.samsung.com>
Cc: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2015-11-06 10:47:12 -08:00
..
2015-11-06 10:23:50 -08:00
2015-11-06 10:23:50 -08:00
2015-10-30 17:20:12 +00:00
2015-08-11 15:09:01 +01:00
2015-09-04 11:35:03 -07:00
2015-03-26 14:20:18 +00:00
2015-10-30 17:19:51 +00:00
2015-10-30 17:19:51 +00:00
2015-09-04 11:35:03 -07:00
2015-10-26 14:48:57 +00:00
2014-12-14 16:10:09 -08:00
2015-08-11 15:09:01 +01:00
2015-08-11 15:09:01 +01:00
2013-07-31 13:01:29 +01:00
2015-08-11 15:09:01 +01:00
2015-09-04 11:46:02 -07:00
2015-08-11 15:09:01 +01:00
2015-09-04 11:46:02 -07:00
2015-09-04 11:46:02 -07:00