at86rf230: remove unnecessary spi_set_drvdata
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
196269464d
commit
57e48ffce9
|
@ -1190,7 +1190,6 @@ static int at86rf230_probe(struct spi_device *spi)
|
|||
|
||||
err_hw_init:
|
||||
flush_work(&lp->irqwork);
|
||||
spi_set_drvdata(spi, NULL);
|
||||
mutex_destroy(&lp->bmux);
|
||||
ieee802154_free_device(lp->dev);
|
||||
|
||||
|
|
Loading…
Reference in New Issue