Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9003
b: refs/heads/master
c: d176795
h: refs/heads/master
i:
  9001: b276ff3
  8999: a33645c
v: v3
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed Sep 17, 2005
1 parent 50cea66 commit 01f483e
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: 1306a2b2be35179449db737ac0562b067cb96ddb
refs/heads/master: d176795b3eedc18f95160ecc0d7cdf0d2bc5a578
4 changes: 2 additions & 2 deletions trunk/drivers/s390/cio/blacklist.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* drivers/s390/cio/blacklist.c
* S/390 common I/O routines -- blacklisting of specific devices
* $Revision: 1.34 $
* $Revision: 1.35 $
*
* Copyright (C) 1999-2002 IBM Deutschland Entwicklung GmbH,
* IBM Corporation
Expand Down Expand Up @@ -35,7 +35,7 @@
*/

/* 65536 bits to indicate if a devno is blacklisted or not */
#define __BL_DEV_WORDS (__MAX_SUBCHANNELS + (8*sizeof(long) - 1) / \
#define __BL_DEV_WORDS ((__MAX_SUBCHANNELS + (8*sizeof(long) - 1)) / \
(8*sizeof(long)))
static unsigned long bl_dev[__BL_DEV_WORDS];
typedef enum {add, free} range_action;
Expand Down

0 comments on commit 01f483e

Please sign in to comment.