dect
/
linux-2.6
Archived
13
0
Fork 0

pata_it821x: Fix RAID type display, by adding missing comma

The missing comma causes the wrong RAID type to be displayed.
Introduced by commit 963e4975c6 three
years ago, odd that nobody noticed before.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Jeff Garzik <jgarzik@pobox.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
Jean Delvare 2011-07-04 15:33:24 +02:00 committed by Jeff Garzik
parent 04e506b5e7
commit 1c30c02757
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ static void it821x_display_disk(int n, u8 *buf)
char *cbl = "(40 wire cable)";
static const char *types[5] = {
"RAID0", "RAID1" "RAID 0+1", "JBOD", "DISK"
"RAID0", "RAID1", "RAID 0+1", "JBOD", "DISK"
};
if (buf[52] > 4) /* No Disk */