diff for duplicates of <20190318145024.GA572@embeddedor> diff --git a/a/1.txt b/N1/1.txt index 7f356db..af5117a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,3 +22,6 @@ index 4d72b7d1d383..2c8e2cad7e10 100644 + if (port <= data->port_cnt) hub->port_swap |= BIT(port); } + +-- +2.21.0 diff --git a/a/content_digest b/N1/content_digest index c4f5ee6..8a6d10b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,5 +1,5 @@ "From\0Gustavo A. R. Silva <gustavo@embeddedor.com>\0" - "Subject\0usb: usb251xb: Remove unnecessary comparison of unsigned integer with >= 0\0" + "Subject\0[PATCH] usb: usb251xb: Remove unnecessary comparison of unsigned integer with >= 0\0" "Date\0Mon, 18 Mar 2019 09:50:24 -0500\0" "To\0Richard Leitner <richard.leitner@skidata.com>" Greg Kroah-Hartman <gregkh@linuxfoundation.org> @@ -32,6 +32,9 @@ "-\t\tif ((port >= 0) && (port <= data->port_cnt))\n" "+\t\tif (port <= data->port_cnt)\n" " \t\t\thub->port_swap |= BIT(port);\n" - " \t}" + " \t}\n" + " \n" + "-- \n" + 2.21.0 -2cdf395287dc40e9d9ba3e7b97833f357e5f8ad3b0c4262aaec7f04a6ce0cf86 +03435f25a221392b0e744f4cad760b30fca65743de03a9820316bd88f791e500
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.