Skip to content

3.14 compilation fail on drivers/mmc/host/sdhci-bcm2708.c #771

@peerchemist

Description

@peerchemist

I have just encountered this error while compiling.

I guess it was introduced with this commit: df25936 as it did not happen before.

drivers/mmc/host/sdhci-bcm2708.c: In function 'sdhci_bcm2708_probe':
drivers/mmc/host/sdhci-bcm2708.c:1187:36: error: assignment of member 'missing_status' in read-only object

sdhci_bcm2708_ops.missing_status = sdhci_bcm2708_missing_status;
^

drivers/mmc/host/sdhci-bcm2708.c:1191:41: error: assignment of member 'spurious_crc_acmd51' in read-only object

sdhci_bcm2708_ops.spurious_crc_acmd51 = sdhci_bcm2708_quirk_spurious_crc_acmd51;
^

^ points to =
I have tried to keep formatting but failed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions