Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Alan Cox and committed by
Linus Torvalds
5284c6b9 c7e9cb4c

+1 -1
+1 -1
drivers/ata/pata_netcell.c
··· 26 26 unsigned int err_mask = ata_do_dev_read_id(adev, tf, id); 27 27 /* Firmware forgets to mark words 85-87 valid */ 28 28 if (err_mask == 0) 29 - id[ATA_ID_CSF_DEFAULT] |= 0x0400; 29 + id[ATA_ID_CSF_DEFAULT] |= 0x4000; 30 30 return err_mask; 31 31 } 32 32