Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135615
b: refs/heads/master
c: a1f6407
h: refs/heads/master
i:
  135613: 21dfda5
  135611: 1626b65
  135607: cd0e89c
  135599: a35522b
  135583: 7731bfe
  135551: 7784023
v: v3
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed Mar 26, 2009
1 parent 6939fcd commit 5f99bbe
Show file tree
Hide file tree
Showing 2 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: 90ac24a5aeb8d4bef001bd3589564a52846d0eee
refs/heads/master: a1f640734ab57d548a3fdadad6b869da534d4ecb
4 changes: 2 additions & 2 deletions trunk/drivers/s390/cio/airq.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ struct airq_t {
void *drv_data;
};

static union indicator_t indicators[MAX_ISC];
static struct airq_t *airqs[MAX_ISC][NR_AIRQS];
static union indicator_t indicators[MAX_ISC+1];
static struct airq_t *airqs[MAX_ISC+1][NR_AIRQS];

static int register_airq(struct airq_t *airq, u8 isc)
{
Expand Down

0 comments on commit 5f99bbe

Please sign in to comment.