Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69304
b: refs/heads/master
c: c596cc4
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Oct 15, 2007
1 parent 0ebbb38 commit c938f43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f4921aff5b174349bc36551f142a5dbac782ea3f
refs/heads/master: c596cc46ba1c5769866efe586daff3422bc31afe
4 changes: 4 additions & 0 deletions trunk/drivers/scsi/gdth.c
Original file line number Diff line number Diff line change
Expand Up @@ -5213,6 +5213,10 @@ static int __init gdth_init(void)
#endif /* CONFIG_PCI */

TRACE2(("gdth_detect() %d controller detected\n", gdth_ctr_count));

if (list_empty(&gdth_instances))
return -ENODEV;

#ifdef GDTH_STATISTICS
TRACE2(("gdth_detect(): Initializing timer !\n"));
init_timer(&gdth_timer);
Expand Down

0 comments on commit c938f43

Please sign in to comment.