mtd: st_spi_fsm: Succinctly reorganise .remove()
Reported-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
parent
ea7864bf44
commit
d9ba46d32c
1 changed files with 1 additions and 6 deletions
|
@ -2082,13 +2082,8 @@ static int stfsm_probe(struct platform_device *pdev)
|
|||
static int stfsm_remove(struct platform_device *pdev)
|
||||
{
|
||||
struct stfsm *fsm = platform_get_drvdata(pdev);
|
||||
int err;
|
||||
|
||||
err = mtd_device_unregister(&fsm->mtd);
|
||||
if (err)
|
||||
return err;
|
||||
|
||||
return 0;
|
||||
return mtd_device_unregister(&fsm->mtd);
|
||||
}
|
||||
|
||||
static struct of_device_id stfsm_match[] = {
|
||||
|
|
Loading…
Reference in a new issue