caif: spi: missing platform_driver_unregister() on error in cfspi_init_module()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 25 Apr 2013 07:15:23 +0000 (15:15 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Apr 2013 07:51:43 +0000 (03:51 -0400)
Add the missing platform_driver_unregister() before return
from cfspi_init_module() in the error handling case.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found