Skip to content

Commit

Permalink
Merge remote-tracking branch 'spi/fix/clps711x' into spi-devm
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Sep 26, 2013
2 parents 666d5b4 + 9b4003a commit 13e92b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/spi/spi-clps711x.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ static int spi_clps711x_probe(struct platform_device *pdev)
gpio_free(hw->chipselect[i]);

spi_master_put(master);
kfree(master);

return ret;
}
Expand All @@ -263,7 +262,6 @@ static int spi_clps711x_remove(struct platform_device *pdev)
gpio_free(hw->chipselect[i]);

spi_unregister_master(master);
kfree(master);

return 0;
}
Expand Down

0 comments on commit 13e92b5

Please sign in to comment.