Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360891
b: refs/heads/master
c: 9b27516
h: refs/heads/master
i:
  360889: 3d8d0b2
  360887: 1b667cb
v: v3
  • Loading branch information
Chen Gang authored and Rafael J. Wysocki committed Mar 4, 2013
1 parent bb18a2c commit b3ee76f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5273a258373a84bbbcbccabb356de5b68e2b8931
refs/heads/master: 9b27516fcd7ab7dc416edf418446c24c61729938
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/processor_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ static int __cpuinit acpi_processor_add(struct acpi_device *device)
return 0;
#endif

BUG_ON((pr->id >= nr_cpu_ids) || (pr->id < 0));
BUG_ON(pr->id >= nr_cpu_ids);

/*
* Buggy BIOS check
Expand Down

0 comments on commit b3ee76f

Please sign in to comment.