Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126336
b: refs/heads/master
c: 51e911e
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Jan 6, 2009
1 parent 7c9003f commit 4563e7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ee9c1fbfe130a20e0f23d1693d6427dac97239bc
refs/heads/master: 51e911e27690aecea01d4fe9cb22d38bdd0748ac
3 changes: 2 additions & 1 deletion trunk/drivers/spi/pxa2xx_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1561,11 +1561,12 @@ static int __init pxa2xx_spi_probe(struct platform_device *pdev)
static int pxa2xx_spi_remove(struct platform_device *pdev)
{
struct driver_data *drv_data = platform_get_drvdata(pdev);
struct ssp_device *ssp = drv_data->ssp;
struct ssp_device *ssp;
int status = 0;

if (!drv_data)
return 0;
ssp = drv_data->ssp;

/* Remove the queue */
status = destroy_queue(drv_data);
Expand Down

0 comments on commit 4563e7b

Please sign in to comment.