Loading drivers/spi/spi-clps711x.c +0 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading @@ -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; } Loading Loading
drivers/spi/spi-clps711x.c +0 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading @@ -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; } Loading