Commit 542292be authored by Andrew Morton's avatar Andrew Morton Committed by James Bottomley

[PATCH] tmscsim.c build fix

This must have had a ton of testing.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 3da73622
......@@ -1075,7 +1075,7 @@ static struct scsi_host_template driver_template = {
.use_clustering = DISABLE_CLUSTERING,
};
static void __devinit dc390_eeprom_prepare_read(struct pci_dev *pdev, u8 cd)
static void __devinit dc390_eeprom_prepare_read(struct pci_dev *pdev, u8 cmd)
{
u8 carryFlag = 1, j = 0x80, i, bval, regval;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment