Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177933
b: refs/heads/master
c: cc9b2e9
h: refs/heads/master
i:
  177931: 2781ba5
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Dec 10, 2009
1 parent 8ab1074 commit 1e6db12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c982c368bb90adbd312faa05d0cfd842e9ab45a7
refs/heads/master: cc9b2e9f6603190c009e5d2629ce8e3f99571346
1 change: 1 addition & 0 deletions trunk/drivers/misc/enclosure.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ static const char *const enclosure_status [] = {
[ENCLOSURE_STATUS_NOT_INSTALLED] = "not installed",
[ENCLOSURE_STATUS_UNKNOWN] = "unknown",
[ENCLOSURE_STATUS_UNAVAILABLE] = "unavailable",
[ENCLOSURE_STATUS_MAX] = NULL,
};

static const char *const enclosure_type [] = {
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/linux/enclosure.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ enum enclosure_status {
ENCLOSURE_STATUS_NOT_INSTALLED,
ENCLOSURE_STATUS_UNKNOWN,
ENCLOSURE_STATUS_UNAVAILABLE,
/* last element for counting purposes */
ENCLOSURE_STATUS_MAX
};

/* SFF-8485 activity light settings */
Expand Down

0 comments on commit 1e6db12

Please sign in to comment.