commit | af36107968f1b5faab0e4a0cc44fa4498c63f017 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Aug 16 20:26:00 2012 -0700 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Aug 17 22:46:41 2012 +0100 |
tree | 1be6443cd2b32be4847257515be595afe8acbb7f | |
parent | a0c3652caa357b8f4e76efe401646ef298483cd9 [diff] |
spi/coldfire-qspi: Drop extra calls to spi_master_get in suspend/resume functions Suspend and resume functions call spi_master_get() without matching spi_master_put(). The extra references are unnecessary and cause subsequent module unload attempts to fail, so drop the calls. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>