From: Guenter Roeck Date: Fri, 17 Aug 2012 03:14:25 +0000 (-0700) Subject: spi/s3c64xx: Drop extra calls to spi_master_get in suspend/remove functions X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~41^2~1^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a2a52452575a4edf5b91e341d7d87fe2be3474c;p=pandora-kernel.git spi/s3c64xx: Drop extra calls to spi_master_get in suspend/remove 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. Drop the calls. Signed-off-by: Guenter Roeck Acked-by: Kukjin Kim Signed-off-by: Mark Brown --- Reading git-diff-tree failed