Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86411
b: refs/heads/master
c: d12faa2
h: refs/heads/master
i:
  86409: ad2e84f
  86407: 182d004
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Feb 26, 2008
1 parent f59b5d6 commit a3a4cc3
Show file tree
Hide file tree
Showing 2 changed files with 4 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: dbecebca1914f414008553b57aefde95b70f9142
refs/heads/master: d12faa2736ebdee025a9aa07b2683c5fa8c86553
5 changes: 3 additions & 2 deletions trunk/drivers/ide/ide-disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ static void idedisk_setup (ide_drive_t *drive)

/* Only print cache size when it was specified */
if (id->buf_size)
printk (" w/%dKiB Cache", id->buf_size/2);
printk(KERN_CONT " w/%dKiB Cache", id->buf_size / 2);

printk(KERN_CONT ", CHS=%d/%d/%d\n",
drive->bios_cyl, drive->bios_head, drive->bios_sect);
Expand Down Expand Up @@ -949,7 +949,8 @@ static void ide_device_shutdown(ide_drive_t *drive)
return;
}

printk("Shutdown: %s\n", drive->name);
printk(KERN_INFO "Shutdown: %s\n", drive->name);

drive->gendev.bus->suspend(&drive->gendev, PMSG_SUSPEND);
}

Expand Down

0 comments on commit a3a4cc3

Please sign in to comment.