diff for duplicates of <20191001115442.GB22609@kadam> diff --git a/a/1.txt b/N1/1.txt index ac6e631..2dbbe44 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,7 +16,7 @@ On Thu, Sep 26, 2019 at 05:53:10AM -0700, Guenter Roeck wrote: > > +++ b/drivers/usb/typec/tcpm/tcpm.c > > @@ -4410,7 +4410,7 @@ static int tcpm_fw_get_caps(struct tcpm_port *port, > > ret = fwnode_property_read_string(fwnode, "data-role", &cap_str); -> > if (ret = 0) { +> > if (ret == 0) { > > port->typec_caps.data = typec_find_port_data_role(cap_str); > > - if (port->typec_caps.data < 0) > > + if ((int)port->typec_caps.data < 0) diff --git a/a/content_digest b/N1/content_digest index 0b0fc92..be81d28 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020190926125310.GA9967@roeck-us.net\0" "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0Re: [PATCH] usb: typec: tcpm: Fix a signedness bug in tcpm_fw_get_caps()\0" - "Date\0Tue, 01 Oct 2019 11:54:42 +0000\0" + "Date\0Tue, 1 Oct 2019 14:54:42 +0300\0" "To\0Guenter Roeck <linux@roeck-us.net>\0" "Cc\0Heikki Krogerus <heikki.krogerus@linux.intel.com>" Greg Kroah-Hartman <gregkh@linuxfoundation.org> @@ -29,7 +29,7 @@ "> > +++ b/drivers/usb/typec/tcpm/tcpm.c\n" "> > @@ -4410,7 +4410,7 @@ static int tcpm_fw_get_caps(struct tcpm_port *port,\n" "> > \tret = fwnode_property_read_string(fwnode, \"data-role\", &cap_str);\n" - "> > \tif (ret = 0) {\n" + "> > \tif (ret == 0) {\n" "> > \t\tport->typec_caps.data = typec_find_port_data_role(cap_str);\n" "> > -\t\tif (port->typec_caps.data < 0)\n" "> > +\t\tif ((int)port->typec_caps.data < 0)\n" @@ -45,4 +45,4 @@ "regards,\n" dan carpenter -d479cd9c1c27188b4195713c08ba620e509c7b4b15307d81cea4a2af89ff7cef +0fdab14d9bd2e375a87e85066b34e5e0f8ac2385aa3d07f93ad1db438fab7b7e
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.