From: Guenter Roeck Date: Fri, 17 Aug 2012 03:26:00 +0000 (-0700) Subject: spi/coldfire-qspi: Drop extra calls to spi_master_get in suspend/resume functions X-Git-Tag: v3.6-rc3~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af36107968f1b5faab0e4a0cc44fa4498c63f017;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed