mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
pata_netcell: Fix typo
The previous patch submission had a I typo I didn't catch but Bartlomiej noted. Guess this proves the point about any patch being risky late in an rc Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
c7e9cb4c0c
commit
5284c6b99e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ static unsigned int netcell_read_id(struct ata_device *adev,
|
||||||
unsigned int err_mask = ata_do_dev_read_id(adev, tf, id);
|
unsigned int err_mask = ata_do_dev_read_id(adev, tf, id);
|
||||||
/* Firmware forgets to mark words 85-87 valid */
|
/* Firmware forgets to mark words 85-87 valid */
|
||||||
if (err_mask == 0)
|
if (err_mask == 0)
|
||||||
id[ATA_ID_CSF_DEFAULT] |= 0x0400;
|
id[ATA_ID_CSF_DEFAULT] |= 0x4000;
|
||||||
return err_mask;
|
return err_mask;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue