spi/coldfire-qspi: Drop extra calls to spi_master_get in suspend/resume functions
authorGuenter Roeck <linux@roeck-us.net>
Fri, 17 Aug 2012 03:26:00 +0000 (20:26 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 17 Aug 2012 21:46:41 +0000 (22:46 +0100)
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>

No differences found