hpriv->plat_data is 'void *' so there is no need to cast it to 'struct ecx_plat_data *'.
Cc: Mark Langsdorf <mark.langsd...@calxeda.com> Cc: Rob Herring <r...@kernel.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/ata/sata_highbank.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/drivers/ata/sata_highbank.c =================================================================== --- a/drivers/ata/sata_highbank.c 2014-03-14 16:45:04.384724376 +0100 +++ b/drivers/ata/sata_highbank.c 2014-03-26 16:28:40.927062349 +0100 @@ -141,7 +141,7 @@ static ssize_t ecx_transmit_led_message( ssize_t size) { struct ahci_host_priv *hpriv = ap->host->private_data; - struct ecx_plat_data *pdata = (struct ecx_plat_data *) hpriv->plat_data; + struct ecx_plat_data *pdata = hpriv->plat_data; struct ahci_port_priv *pp = ap->private_data; unsigned long flags; int pmp, i; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/