diff options
| author | 2006-08-19 17:27:12 -0400 | |
|---|---|---|
| committer | 2006-08-19 17:27:12 -0400 | |
| commit | d14b50cc60ca465290fcdb3b88e7d5fb684361ed (patch) | |
| tree | c4a712123b94cd4c0ab4d8d9d87a7619e9bcb6ba /scripts | |
| parent | [PATCH] libata: PHY reset requires writing 0x4 to SControl (diff) | |
| parent | Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 (diff) | |
Merge branch 'master' into upstream-fixes
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/mod/file2alias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alias.c index 44312926b849..e2de650d3dbf 100644 --- a/scripts/mod/file2alias.c +++ b/scripts/mod/file2alias.c @@ -391,7 +391,7 @@ static void do_input(char *alias, unsigned int i; for (i = min; i < max; i++) - if (arr[i / BITS_PER_LONG] & (1 << (i%BITS_PER_LONG))) + if (arr[i / BITS_PER_LONG] & (1L << (i%BITS_PER_LONG))) sprintf(alias + strlen(alias), "%X,*", i); } |
