mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-25 07:43:59 +00:00
drivers/scsi/a100u2w.c: trivial typo patch
Trivial typo fix. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
parent
6fb189c2a4
commit
4c3ee82663
1 changed files with 1 additions and 1 deletions
|
@ -1067,7 +1067,7 @@ static int __devinit inia100_probe_one(struct pci_dev *pdev,
|
||||||
goto out_disable_device;
|
goto out_disable_device;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* <02> read from base address + 0x50 offset to get the bios balue. */
|
/* <02> read from base address + 0x50 offset to get the bios value. */
|
||||||
bios = ORC_RDWORD(port, 0x50);
|
bios = ORC_RDWORD(port, 0x50);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue