commit | 1e41dc0ee2f3807328db95e4f87ff1333245190f | [log] [tgz] |
---|---|---|
author | Florian Fainelli <florian@openwrt.org> | Fri Apr 20 15:37:34 2012 +0200 |
committer | Grant Likely <grant.likely@secretlab.ca> | Fri Apr 27 11:16:46 2012 -0600 |
tree | 1f6539f37b28cf99d63805d0a9f81f730a4146c5 | |
parent | cde4384e1037c15e5dd04c68d19c75798b6281dd [diff] |
spi/bcm63xx: don't use the stopping state We do not need to use a flag to indicate if the master driver is stopping it is sufficient to perform spi master unregistering in the platform driver's remove function. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>