Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297023
b: refs/heads/master
c: 41603e9
h: refs/heads/master
i:
  297021: ca64a83
  297019: 6b97e15
  297015: 7207a7b
  297007: d59700a
  296991: f6076d0
  296959: 615aba3
v: v3
  • Loading branch information
Jesper Juhl authored and Matthew Garrett committed Mar 26, 2012
1 parent 8d8d074 commit 8baa74b
Show file tree
Hide file tree
Showing 2 changed files with 5 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: a979e2e2af7d5b4bb3b20f6a716c627bb23a6753
refs/heads/master: 41603e9783a24c8c7cce548c0819bdc9e46a585b
5 changes: 4 additions & 1 deletion trunk/drivers/platform/x86/amilo-rfkill.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,12 @@ static struct rfkill *amilo_rfkill_dev;

static int __devinit amilo_rfkill_probe(struct platform_device *device)
{
int rc;
const struct dmi_system_id *system_id =
dmi_first_match(amilo_rfkill_id_table);
int rc;

if (!system_id)
return -ENXIO;

amilo_rfkill_dev = rfkill_alloc(KBUILD_MODNAME, &device->dev,
RFKILL_TYPE_WLAN,
Expand Down

0 comments on commit 8baa74b

Please sign in to comment.