Skip to content
Commit af361079 authored by Guenter Roeck's avatar Guenter Roeck Committed by Mark Brown
Browse files

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: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent a0c3652c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment