Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352562
b: refs/heads/master
c: 06ab405
h: refs/heads/master
v: v3
  • Loading branch information
Luciano Coelho committed Feb 8, 2013
1 parent d5f7729 commit c0b299e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 91147a6cd0f599e1e2f5a904c37d73df58f9508f
refs/heads/master: 06ab4058ea418d8503458bea386961b9dd554356
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ti/wlcore/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ static int wl1271_probe(struct sdio_func *func,
else
chip_family = "wl12xx";

glue->core = platform_device_alloc(chip_family, -1);
glue->core = platform_device_alloc(chip_family, PLATFORM_DEVID_AUTO);
if (!glue->core) {
dev_err(glue->dev, "can't allocate platform_device");
ret = -ENOMEM;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ti/wlcore/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ static int wl1271_probe(struct spi_device *spi)
goto out_free_glue;
}

glue->core = platform_device_alloc("wl12xx", -1);
glue->core = platform_device_alloc("wl12xx", PLATFORM_DEVID_AUTO);
if (!glue->core) {
dev_err(glue->dev, "can't allocate platform_device\n");
ret = -ENOMEM;
Expand Down

0 comments on commit c0b299e

Please sign in to comment.