Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148037
b: refs/heads/master
c: 73da9c1
h: refs/heads/master
i:
  148035: 13d6042
v: v3
  • Loading branch information
FUJITA Tomonori authored and James Bottomley committed May 20, 2009
1 parent d403c13 commit c6eabf7
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: f381642d8f8963e62f5d45774505fd936f2b6072
refs/heads/master: 73da9c13d4df3c1715029aa45edc78d71b617dfd
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/scsi_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ static int resp_start_stop(struct scsi_cmnd * scp,
static sector_t get_sdebug_capacity(void)
{
if (scsi_debug_virtual_gb > 0)
return 2048 * 1024 * scsi_debug_virtual_gb;
return 2048 * 1024 * (sector_t)scsi_debug_virtual_gb;
else
return sdebug_store_sectors;
}
Expand Down

0 comments on commit c6eabf7

Please sign in to comment.