]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: trf7970a: Don't return value from trf7970a_switch_rf_on()
authorMark A. Greer <mgreer@animalcreek.com>
Tue, 25 Mar 2014 15:54:39 +0000 (08:54 -0700)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 21 Apr 2014 22:37:28 +0000 (00:37 +0200)
commit3bf2cfe3c8976026f6cd4eff40b46e7a1edff6bd
treee6131b39c66c57ceb2b2adf4f8b92454875c11b2
parent4f57a169afd2af72fec8addaaa9a5a4612dd09de
NFC: trf7970a: Don't return value from trf7970a_switch_rf_on()

trf7970a_switch_rf_on() no longer returns anything other than 0 so make
it void and clean up the code that checks for errors when its called.

Signed-off-by: Mark A. Greer <mgreer@animalcreek.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/trf7970a.c