Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336800
b: refs/heads/master
c: cdc87c5
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Rafael J. Wysocki committed Dec 7, 2012
1 parent f815129 commit 5ed8c52
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: 129ff8f8d58297b04f47b5d6fad81aa2d08404e1
refs/heads/master: cdc87c5a30f407ed1ce43d8a22261116873d5ef1
2 changes: 1 addition & 1 deletion trunk/drivers/pnp/pnpacpi/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static inline int __init is_exclusive_device(struct acpi_device *dev)
if (!(('0' <= (c) && (c) <= '9') || ('A' <= (c) && (c) <= 'F'))) \
return 0
#define TEST_ALPHA(c) \
if (!('@' <= (c) || (c) <= 'Z')) \
if (!('A' <= (c) && (c) <= 'Z')) \
return 0
static int __init ispnpidacpi(const char *id)
{
Expand Down

0 comments on commit 5ed8c52

Please sign in to comment.