Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362780
b: refs/heads/master
c: 03ff60d
h: refs/heads/master
v: v3
  • Loading branch information
Akinobu Mita authored and Martin Schwidefsky committed Apr 17, 2013
1 parent e782913 commit 0fe3f09
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: 01c2475f6d959ed3beb9ce1b0bc6f8108179af65
refs/heads/master: 03ff60df34892e8c471873a088b075a5b621ce0a
2 changes: 1 addition & 1 deletion trunk/drivers/s390/cio/idset.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct idset {

static inline unsigned long bitmap_size(int num_ssid, int num_id)
{
return __BITOPS_WORDS(num_ssid * num_id) * sizeof(unsigned long);
return BITS_TO_LONGS(num_ssid * num_id) * sizeof(unsigned long);
}

static struct idset *idset_new(int num_ssid, int num_id)
Expand Down

0 comments on commit 0fe3f09

Please sign in to comment.