On 1/5/2016 4:39 AM, David Miller wrote:
From: Giuseppe Cavallaro <[email protected]> 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'.
sure I will fix it too. thanks -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
