From: Giuseppe Cavallaro <peppe.cavall...@st.com>
Date: Mon, 4 Jan 2016 14:06:54 +0100

> @@ -334,12 +334,11 @@ struct stmmac_desc_ops {
>  
>       /* Invoked by the xmit function to prepare the tx descriptor */
>       void (*prepare_tx_desc) (struct dma_desc *p, int is_fs, int len,
> -                              int csum_flag, int mode);
> +                              int csum_flag, int mode, int tx_own,
> +                              bool ls_ic);

I don't understand how you can get the type right and use 'bool' for
'ls_ic' but then incorrectly use an int for 'tx_own'.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to