]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/ata/pata_netcell.c
netdev: add netdev_continue_rcu
[karo-tx-linux.git] / drivers / ata / pata_netcell.c
index 9a698097134b093522d701211f30b2bb7bccc5f2..f0d52f72f5bb0b9d88800f0db89f4cccba40069f 100644 (file)
@@ -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);
        /* Firmware forgets to mark words 85-87 valid */
        if (err_mask == 0)
-               id[ATA_ID_CSF_DEFAULT] |= 0x0400;
+               id[ATA_ID_CSF_DEFAULT] |= 0x4000;
        return err_mask;
 }