diff for duplicates of <20170728145135.D98EC60915@smtp.codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index 6db3e22..edec243 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,9 +17,10 @@ Dan Carpenter <dan.carpenter@oracle.com> wrote: > + goto unlock; > } > -> if (atomic_read(&port->tx_data_urb_pending) >> @@ -1133,6 +1133,7 @@ static void mwifiex_usb_tx_aggr_tmo(unsigned long context) +> if (atomic_read(&port->tx_data_urb_pending) >= +> @@ -1133,6 +1133,7 @@ static void mwifiex_usb_tx_aggr_tmo(unsigned long context) > done: -> if (err = -1) +> if (err == -1) > mwifiex_write_data_complete(adapter, skb_send, 0, -1); > +unlock: > spin_unlock_irqrestore(&port->tx_aggr_lock, flags); diff --git a/a/content_digest b/N1/content_digest index cea2588..ffb0d35 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020170710072115.2y4ukbl7x4rk4bac@mwanda\0" "From\0Kalle Valo <kvalo@codeaurora.org>\0" "Subject\0Re: mwifiex: usb: unlock on error in mwifiex_usb_tx_aggr_tmo()\0" - "Date\0Fri, 28 Jul 2017 14:51:35 +0000\0" + "Date\0Fri, 28 Jul 2017 14:51:35 +0000 (UTC)\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0Amitkumar Karwar <amitkarwar@gmail.com>" Xinming Hu <huxm@marvell.com> @@ -30,9 +30,10 @@ "> +\t\tgoto unlock;\n" "> \t}\n" "> \n" - "> \tif (atomic_read(&port->tx_data_urb_pending) >> @@ -1133,6 +1133,7 @@ static void mwifiex_usb_tx_aggr_tmo(unsigned long context)\n" + "> \tif (atomic_read(&port->tx_data_urb_pending) >=\n" + "> @@ -1133,6 +1133,7 @@ static void mwifiex_usb_tx_aggr_tmo(unsigned long context)\n" "> done:\n" - "> \tif (err = -1)\n" + "> \tif (err == -1)\n" "> \t\tmwifiex_write_data_complete(adapter, skb_send, 0, -1);\n" "> +unlock:\n" "> \tspin_unlock_irqrestore(&port->tx_aggr_lock, flags);\n" @@ -47,4 +48,4 @@ "\n" https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches -5f59f4594a232ae4d80dfeb24f6acbba4424b3fc6caf825be4b34ec4a76e0dd7 +eec5daee1ea103cbcd09648991418db439fc7660ee35ec6b3227342849a5a978
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.